php-src/ext/pdo_sqlite
Nikita Popov bfa69d27bc Handle column count change in PDO MySQL
This has been fixed for PDO SQlite by GH-4313, however the same
issue also applied to PDO MySQL.

Move the column count setting function into the main PDO layer
(and export it) and then use it in both PDO SQLite and PDO MySQL.
2020-12-08 16:41:35 +01:00
..
tests Improve parameter names in ext/pdo_sqlite 2020-10-12 18:05:35 +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_int.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
php_pdo_sqlite.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
sqlite_driver_arginfo.h Improve parameter names in ext/pdo_sqlite 2020-10-12 18:05:35 +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 Improve parameter names in ext/pdo_sqlite 2020-10-12 18:05:35 +02:00
sqlite_statement.c Handle column count change in PDO MySQL 2020-12-08 16:41:35 +01:00