mirror of
https://github.com/php/php-src.git
synced 2026-04-22 23:48:14 +02:00
63bd8f38f4
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.
10 KiB
10 KiB