php-src/ext/pdo_sqlite
Christoph M. Becker 63bd8f38f4 Fix #79664: PDOStatement::getColumnMeta fails on empty result set
As its name suggests, `sqlite3_data_count` returns the number of
columns in the current row of the result set; we are interested in the
number of columns regardless of the current row, so we have to use
`sqlite3_column_count` instead.
2020-06-02 10:45:47 +02:00
..
tests Fix #79664: PDOStatement::getColumnMeta fails on empty result set 2020-06-02 10:45:47 +02:00
config.m4 Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
config.w32 Trim trailing whitespace in source code files 2018-10-13 14:16:33 +02:00
CREDITS
pdo_sqlite.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
php_pdo_sqlite.h Sync leading and final newlines in source code files 2018-10-14 12:55:24 +02:00
php_pdo_sqlite_int.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
sqlite_driver.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
sqlite_statement.c Fix #79664: PDOStatement::getColumnMeta fails on empty result set 2020-06-02 10:45:47 +02:00