#
04ccc013 |
| 20-May-2004 |
Wez Furlong |
Add methods for error handling |
#
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. |
#
c98a99c2 |
| 19-May-2004 |
Ilia Alshanetsky |
Added fetchAll and fetchSingle methods for data retrieval. |
#
741e31bd |
| 19-May-2004 |
Ilia Alshanetsky |
Removed unused vars. |
#
681ded13 |
| 19-May-2004 |
Sebastian Bergmann |
ZTS fix. |
#
aecad9e3 |
| 18-May-2004 |
Ilia Alshanetsky |
Fixed build. |
#
cb1239a3 |
| 18-May-2004 |
Ilia Alshanetsky |
Allow static builds. |
#
f02fb4ad |
| 18-May-2004 |
George Schlossnagle |
should be a strcmp, not a strncmp, thanks, wez |
#
8233053d |
| 18-May-2004 |
George Schlossnagle |
was leaking query_string's |
#
5f4cfcb0 |
| 18-May-2004 |
George Schlossnagle |
support the read-only property 'queryString' |
#
2a9fa244 |
| 18-May-2004 |
Wez Furlong |
Tweaks for win32 |
#
a97e1a66 |
| 18-May-2004 |
George Schlossnagle |
handle binding/quoting of queries for drivers with emulated prepares |
#
c9f736ab |
| 18-May-2004 |
Wez Furlong |
Skeleton for emulated prepare() |
#
940c896e |
| 18-May-2004 |
Wez Furlong |
Quoting here leads to problems with databases that really support bound parameters. We should do this conditionally based on the emulate_prepare flag. |
#
2e36e9d0 |
| 18-May-2004 |
George Schlossnagle |
only rewrite tmp if quoter returns true |
#
636cc3e1 |
| 18-May-2004 |
George Schlossnagle |
auto-quote values before binding them in at execute time |
#
dd847315 |
| 17-May-2004 |
Wez Furlong |
Allow PDO to build as a self-contained extension. Install headers so that other self-contained extensions may them. |
#
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 ...
|