History log of /PHP-8.0/ext/pdo_mysql/mysql_driver.c (Results 151 – 175 of 196)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 348c0cdd 24-Jun-2005 Ilia Alshanetsky

Added PDO_MYSQL_ATTR_USE_BUFFERED_QUERY parameter for pdo_mysql, to toggle
usage of buffered queries.


Revision tags: php-5.1.0b2, php-4.4.0RC1, php-5.1.0b1, php-5.0.1b1
# fa0e534f 18-May-2005 Ilia Alshanetsky

Various compiler warning fixes.


# 53ee3481 17-May-2005 Ilia Alshanetsky

Make unix domain sockets work.


# 746b89df 17-May-2005 Ilia Alshanetsky

Fixed type mixup.


Revision tags: RELEASE_0_3, php-5.0.4, php-4.3.11, php-5.0.4RC2, php-4.3.11RC2, php-5.0.4RC1, php-4.3.11RC1
# f7e8fcb8 27-Feb-2005 Hartmut Holzgraefe

fully distinguish between database and statement level errors


# fa5070b3 27-Feb-2005 Hartmut Holzgraefe

just to be sure ...


# d3fcc41b 27-Feb-2005 Hartmut Holzgraefe

use auto generated error -> state mappings


# cbe40ddd 27-Feb-2005 Wez Furlong

fix comma


# 2c5b2fc1 26-Feb-2005 Wez Furlong

Alan: moved your fields away, but reserved you a pointer.

Changed PDO::lastInsertId() to have following proto:

string PDO::lastInsertId([string name])

this allows a

Alan: moved your fields away, but reserved you a pointer.

Changed PDO::lastInsertId() to have following proto:

string PDO::lastInsertId([string name])

this allows arbitrary unique identitifers to be returned from the driver.

The optional name parameter is for databases that require additional contextual
information to be able to return the correct identifier. None currently use
it, but pgsql will be on the list of drivers that do.

show more ...


# 0ef339df 21-Feb-2005 Hartmut Holzgraefe

"SET SESSION" is not supported by MySQL 3.23, as session is the default
scope for SET anyway we can drop the SESSION specifier (PECL Bug #3470)


Revision tags: RELEASE_0_2_4
# 86708673 18-Feb-2005 Wez Furlong

Fix connecting to remote host, patch by Tim Friebe


# f57b8d6d 13-Feb-2005 Ilia Alshanetsky

Set auto-commit after establishing the connection, otherwise we have a crash.


Revision tags: RELEASE_0_2_3
# b6828f59 13-Feb-2005 Hartmut Holzgraefe

Fixed domain socket / named pipe handling


# f2d2da30 13-Feb-2005 Wez Furlong

zts


# 47d1c2ad 13-Feb-2005 Wez Furlong

autocommit flag gets set always by PDO before invoking this method;
we should unconditionally inspect it here.


# 486370dc 13-Feb-2005 Hartmut Holzgraefe

autocommit setting done right


# 5d4fb518 13-Feb-2005 Hartmut Holzgraefe

added MySQL transaction support


# 5904d59f 12-Feb-2005 Ilia Alshanetsky

Fixed compiler warnings.


Revision tags: RELEASE_0_2_2, RELEASE_0_2_1
# e9f5fb53 10-Feb-2005 Wez Furlong

only do this magic on non-win32 platforms


Revision tags: RELEASE_0_2
# d134fb2a 06-Feb-2005 Wez Furlong

update for api changes


# 26f97a91 21-Jan-2005 Wez Furlong

Eliminate unused parameter.
Don't start a transaction when asking for a cursor with pgsql.
Fix parameter binding for sqlite3


# a9d98544 18-Jan-2005 Wez Furlong

Allow drivers to select bind emulation on a per statement basis


# 0f12bfec 07-Jan-2005 Wez Furlong

tidy up some parts of the build (could do with more work)
Partially implement SQLSTATE error codes


Revision tags: php-5.0.3, php-4.3.10, SQLITE_4_3_20041227, php-5.0.3RC2, php-4.3.10RC2, php-5.0.3RC1, php-4.3.10RC1, PRE_NEW_VM_GEN_PATCH, php-5.0.2
# 626caf02 23-Sep-2004 Ilia Alshanetsky

Make error messages handle persistent environments properly.


# 72040f7f 23-Sep-2004 Wez Furlong

more method table adjustments.
mysql driver needs work with the error message stuff.
Other drivers need a bit more auditing...


12345678