1
0
mirror of https://github.com/php/php-src.git synced 2026-04-10 01:23:53 +02:00
Files
archived-php-src/ext/pdo_sqlite/tests
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
..
2014-05-27 11:48:25 +08:00
2009-04-25 21:44:33 +00:00
2010-07-29 23:46:49 +00:00
2018-08-03 07:08:53 +02:00
2017-09-06 12:59:10 +02:00