History log of /PHP-5.6/ext/pdo/php_pdo_driver.h (Results 101 – 113 of 113)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 12999721 19-May-2004 George Schlossnagle

exec() now returns row count


# 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.


# 1a91f751 19-May-2004 Wez Furlong

Add simple error code values and a place to store them


# 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.


# 2e4c3ea3 18-May-2004 George Schlossnagle

forgotten off the last commit


# 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()


# 2e281baa 18-May-2004 George Schlossnagle

we need the source string length for binary safe string handling


# fd734398 17-May-2004 George Schlossnagle

include guard


# 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 ...


12345