1
0
mirror of https://github.com/php/php-src.git synced 2026-03-27 09:42:22 +01:00
Files
archived-php-src/ext/pdo_sqlite
Wez Furlong 2c5b2fc105 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.
2005-02-26 17:27:51 +00:00
..
2005-02-26 15:41:54 +00:00
2005-02-17 04:23:15 +00:00
2004-09-20 21:26:24 +00:00
2005-02-12 08:23:32 +00:00
2005-02-12 08:23:32 +00:00
2004-09-26 20:46:35 +00:00
2005-02-09 16:33:00 +00:00