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
..
sqlite touch generated file to avoid implicit yacc rule from eating it 2005-01-12 06:08:36 +00:00
tests fix line endings 2005-02-26 15:41:54 +00:00
config.m4 symlinked pdo drivers under ext. 2005-02-17 04:23:15 +00:00
config.w32 Add additional include search path 2004-09-20 21:26:24 +00:00
CREDITS First cut at a PDO driver for SQLite 3.x 2004-09-19 10:55:41 +00:00
EXPERIMENTAL First cut at a PDO driver for SQLite 3.x 2004-09-19 10:55:41 +00:00
package.xml prep for release 2005-02-12 08:23:32 +00:00
pdo_sqlite.c prep for release 2005-02-12 08:23:32 +00:00
php_pdo_sqlite_int.h meta data for sqlite3. 2004-09-26 20:46:35 +00:00
php_pdo_sqlite.h First cut at a PDO driver for SQLite 3.x 2004-09-19 10:55:41 +00:00
sqlite_driver.c Alan: moved your fields away, but reserved you a pointer. 2005-02-26 17:27:51 +00:00
sqlite_statement.c Fixed compile warnings. 2005-02-09 16:33:00 +00:00