#
f0a001a9 |
| 20-May-2004 |
Wez Furlong |
Implement case folding of column names as a portability option.
|
#
43a04beb |
| 20-May-2004 |
Ilia Alshanetsky |
Make username & password parameters optional.
|
#
5023a7c6 |
| 20-May-2004 |
Wez Furlong |
Enable setting the different error modes via PDO::setAttribute()
|
#
726e188c |
| 20-May-2004 |
Ilia Alshanetsky |
Fixed typo.
|
#
e596466a |
| 20-May-2004 |
Ilia Alshanetsky |
Added getAttribute() method.
|
#
cf33729c |
| 20-May-2004 |
Ilia Alshanetsky |
Better error message.
|
#
04ccc013 |
| 20-May-2004 |
Wez Furlong |
Add methods for error handling
|
#
fbbb41a5 |
| 20-May-2004 |
Ilia Alshanetsky |
Fixed typo.
|
#
e770b2b4 |
| 20-May-2004 |
Ilia Alshanetsky |
Fixed compiler warnings.
|
#
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 ...
|