Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
| | |||||
* | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | |||||
* | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
| | |||||
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 1 | -1/+1 |
| | |||||
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
| | |||||
* | move about 3K of data to the const area. also reduce memory usage (~ -266 ↵ | Nuno Lopes | 2008-01-25 | 1 | -4/+4 |
| | | | | bytes :P) | ||||
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
| | |||||
* | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 |
| | |||||
* | bump year and license version | foobar | 2006-01-01 | 1 | -3/+3 |
| | |||||
* | Add sqlstates defined in PostgreSQL documentation. | Edin Kadribasic | 2005-07-01 | 1 | -3/+150 |
| | | | | | Source: http://www.postgresql.org/docs/8.0/static/errcodes-appendix.html | ||||
* | Added class 55 sqlstates | Edin Kadribasic | 2005-07-01 | 1 | -0/+3 |
| | |||||
* | Remove "custom" PDDRV sqlstate. | Ilia Alshanetsky | 2005-06-27 | 1 | -2/+1 |
| | |||||
* | Missing part of the previous patch. | Ilia Alshanetsky | 2005-06-24 | 1 | -1/+2 |
| | |||||
* | fix encoding nastiness that snuck in from the copy-n-paste of error code | Wez Furlong | 2005-01-21 | 1 | -3/+3 |
| | | | | | descriptions from a web page. | ||||
* | API support for scrollable cursors | Wez Furlong | 2005-01-12 | 1 | -1/+1 |
| | |||||
* | implement SQLSTATE style error codes. | Wez Furlong | 2005-01-07 | 1 | -0/+190 |
Allow drivers to add methods to dbh and stmt objects (note that we can't use a class, because the use only sees the PDO class). Clarify the api slightly: PDO::exec() is used for one-shot queries that don't return rows PDO::query() is a convenience function for returning a rowset without having to go through the steps of preparing and executing. |