]> granicus.if.org Git - php/commit
Added lastInsertId() method for retrieving last insert id.
authorIlia Alshanetsky <iliaa@php.net>
Wed, 19 May 2004 17:35:39 +0000 (17:35 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Wed, 19 May 2004 17:35:39 +0000 (17:35 +0000)
commit074ba3fbc092a4a379a34471e778897be5bfa268
treef8a9b93fb6c5b784a7fe3f962c462982b3c2637d
parent5a4c3234b9f072bd5ea9029770368372447f422a
Added lastInsertId() method for retrieving last insert id.
Made affectedRows() work for MySQL.
Populate error value in MySQL on error.
ext/pdo/pdo_dbh.c
ext/pdo/pdo_sql_parser.c
ext/pdo/php_pdo_driver.h
ext/pdo_mysql/mysql_driver.c
ext/pdo_mysql/mysql_statement.c
ext/pdo_mysql/php_pdo_mysql_int.h