#
e7c72f84 |
| 20-May-2004 |
Wez Furlong |
First cut at a "unified" error handling API. The main thing that is missing currently is a switch in the dbh to indicate what to do with the errors. |
#
12999721 |
| 19-May-2004 |
George Schlossnagle |
exec() now returns row count |
#
7c5c0fbb |
| 19-May-2004 |
Frank M. Kromann |
Set correct Win32 line endings and fix ZTS compilation |
#
074ba3fb |
| 19-May-2004 |
Ilia Alshanetsky |
Added lastInsertId() method for retrieving last insert id. Made affectedRows() work for MySQL. Populate error value in MySQL on error. |
#
fd6b885a |
| 19-May-2004 |
Wez Furlong |
Revise $dbh->exec(). The driver doer() method should populate dbh->affected_rows if it can determine its value. |
#
6cd27ff8 |
| 19-May-2004 |
Wez Furlong |
Add $dbh->exec() method. Rename $dbh->beginWork() to $dbh->beginTransaction(). |
#
4116d9fb |
| 19-May-2004 |
Wez Furlong |
Expand the prepare() prototype to accept additional options. |
#
a97e1a66 |
| 18-May-2004 |
George Schlossnagle |
handle binding/quoting of queries for drivers with emulated prepares |
#
79c513db |
| 17-May-2004 |
Wez Furlong |
Some pedantic fixes for gcc. |
#
684be9cf |
| 17-May-2004 |
Wez Furlong |
Hello PDO. Still more to come. Give it a couple of days before starting to write drivers for the other databases; a few things might change, so I'd like to coordinate that, but in a
Hello PDO. Still more to come. Give it a couple of days before starting to write drivers for the other databases; a few things might change, so I'd like to coordinate that, but in a couple of days.
show more ...
|