php-src/ext/pdo_sqlite
Nikita Popov 1d8c323b64 Don't use sqlite3_aggregate_count()
This function has been deprecated, with the recommendation that
the count should be explicitly tracked in the aggregate context,
if it is needed.
2019-06-12 11:54:12 +02:00
..
tests Allow exceptions in __toString() 2019-06-05 14:25:07 +02:00
config.m4 Use pkg-config for sqlite3 and pdo_sqlite 2019-05-14 03:14:33 +02:00
config.w32 Unbundle libsqlite3 2018-10-06 12:36:55 +02:00
CREDITS
pdo_sqlite.c Remove local variables 2019-02-03 21:03:00 +01:00
php_pdo_sqlite_int.h Remove yearly range from copyright notice 2019-01-30 11:03:12 +02:00
php_pdo_sqlite.h Cleanup unused module globals 2019-03-12 13:44:05 +03:00
sqlite_driver.c Don't use sqlite3_aggregate_count() 2019-06-12 11:54:12 +02:00
sqlite_statement.c Fix type mismatch in two get_col callbacks 2019-06-12 11:54:12 +02:00