php-src/ext/pdo_sqlite
Matteo Beccati ee2506cc02 Fix #80027 Terrible performance using $query->fetch on queries with many bind parameters
Added new flags that allow skipping param_evt(s) that are not used by drivers,
in a backwards and forward compatible manner. Updated the pgsql, mysql, sqlite
and oci drivers to properly use the new flags. I've left out pdo_dblib, which
doesn't have a param_hook, and pdo_firebird, which seems to be using
PARAM_EVT_NORMALIZE in a wrong context (param type vs event type).
2020-08-31 11:02:34 +02:00
..
tests Fix test after is_callable change 2020-08-14 10:40:20 +02:00
config.m4 Fixed bug #79056 2020-01-03 11:08:48 +01:00
config.w32 Move HAVE_SQLITE3_CLOSE_V2 to pdo_sqlite 2019-07-21 00:40:59 +02:00
CREDITS
pdo_sqlite.c Get rid of empty function entries 2020-08-01 10:07:05 +02:00
php_pdo_sqlite.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
php_pdo_sqlite_int.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
sqlite_driver.c Fix #80027 Terrible performance using $query->fetch on queries with many bind parameters 2020-08-31 11:02:34 +02:00
sqlite_driver.stub.php Add stubs for PDO SQLite extension methods 2020-07-21 12:49:36 +02:00
sqlite_driver_arginfo.h Add stubs for PDO PGSql extension methods 2020-07-21 12:49:37 +02:00
sqlite_statement.c Report len as -1 instead of INT_MAX 2020-07-08 10:38:11 +02:00