History log of /PHP-8.3/ext/pdo_mysql/mysql_driver.c (Results 251 – 262 of 262)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 15fb957c 20-May-2004 Ilia Alshanetsky

Added MySQL getAttribute() support.

# 40b04cd5 20-May-2004 Ilia Alshanetsky

Correctly report errors for statment problems.

# 0d6aa208 20-May-2004 Ilia Alshanetsky

Error handling support.
Fixed possible crash when trying to fetch data from a failed query.

# 08ce920c 19-May-2004 Wez Furlong

Fix win32 build

# f4b5abc9 19-May-2004 Ilia Alshanetsky

Added support for setting timeout value.

# 38a409c0 19-May-2004 George Schlossnagle

exec() now returns affected 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.

# c328a154 19-May-2004 Ilia Alshanetsky

More errno stuff.

# 3dddc0ba 19-May-2004 Ilia Alshanetsky

Fixed possible crash on connection error.

# b5f8bd8e 19-May-2004 Ilia Alshanetsky

Simplify config via the use of mysql_config.
Fixed errno naming conflict.

# 87596481 19-May-2004 Wez Furlong

Update prepare() prototype.
Attempt to hunt down the cause of a build warning under win32 by adjust the
name of the error function.

# 71728cc2 18-May-2004 George Schlossnagle

initial import of mysql 3.x pdo driver

1...<<11