History log of /php-src/ext/pdo/php_pdo_driver.h (Results 151 – 171 of 171)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 7a87af33 25-May-2004 Wez Furlong

Some definitions for cursors.
Define a mechanism for driver-specific attributes.
Use a refcount for the stmt structure.

Revision tags: php-4.3.7RC1, RELEASE_0_1_1
# ed83c5be 21-May-2004 Wez Furlong

Tidy up placeholder flags

# bf48daa8 21-May-2004 Wez Furlong

Version 1 of PDO_FETCH_LAZY

# f0a001a9 20-May-2004 Wez Furlong

Implement case folding of column names as a portability option.

# 5023a7c6 20-May-2004 Wez Furlong

Enable setting the different error modes via PDO::setAttribute()

# e596466a 20-May-2004 Ilia Alshanetsky

Added getAttribute() method.

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

# 676dfcf5 19-May-2004 Ilia Alshanetsky

Timeout stuff.

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

1234567