History log of /PHP-5.5/ext/pdo/pdo_dbh.c (Results 176 – 200 of 201)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-5.0.0RC3, php-5.0.0RC3RC2, php-4.3.7, php-5.0.0RC3RC1
# d2a8d5a8 25-May-2004 Wez Furlong

get/set attributes for statements


# 7a87af33 25-May-2004 Wez Furlong

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


# b7ecaca1 25-May-2004 Ilia Alshanetsky

More leak fixes.


# d782abf4 25-May-2004 Ilia Alshanetsky

More leak fixes.


# ce389134 25-May-2004 Ilia Alshanetsky

Fixed memory leak.


Revision tags: php-4.3.7RC1, RELEASE_0_1_1
# 37d8a82b 21-May-2004 Ilia Alshanetsky

Fixed compiler warning.


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


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


123456789