php-src/ext/pdo_sqlite
Wez Furlong 4854dd71de this needs to be the column count, otherwise a db->query() that returns 0 rows
will fail rather than returning a statement with no rows.
2005-07-18 14:40:49 +00:00
..
sqlite Fixed compiler warning. 2005-07-14 23:17:16 +00:00
tests remove the old tests for pdo_sqlite 2005-07-06 06:09:13 +00:00
config.m4 Upgraded bundled sqlite lib to 3.2.2 2005-06-30 20:58:36 +00:00
config.w32 Upgraded bundled sqlite lib to 3.2.2 2005-06-30 20:58:36 +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 pecl release 2005-03-09 18:21:10 +00:00
pdo_sqlite.c - Add +ifdefs to still allow PHP 5.0 builds of PDO 2005-06-23 00:19:16 +00:00
php_pdo_sqlite_int.h work in progress on UDF. 2005-06-10 02:50:37 +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 implement the 'request shutdown' hook; this allows us to register UDFs on 2005-06-10 05:49:48 +00:00
sqlite_statement.c this needs to be the column count, otherwise a db->query() that returns 0 rows 2005-07-18 14:40:49 +00:00