Test: /ext/pdo_sqlite/tests/bug79664.phpt - Version 7.4.21-dev        

Bug #79664 PDOStatement::getColumnMeta fails on empty result set
Submitted: 2020-06-02 00:23:44 Modified: 2020-06-02 07:39:23
From: mic Assigned: cmb
Status: Closed Package: PDO SQLite
PHP Version: 7.4.6 OS: Windows

There is 1 diff reported by users for this test.

Count Diff
1 (100%)
001+ /home/php/bin/php: symbol lookup error: /home/php/bin/php: undefined symbol: sqlite3_column_table_name 001- array(6) { 002- ["native_type"]=> 003- string(4) "null" 004- ["flags"]=> 005- array(0) { 006- } 007- ["name"]=> 008- string(1) "1" 009- ["len"]=> 010- int(-1) 011- ["precision"]=> 012- int(0) 013- ["pdo_type"]=> 014- int(2) 015- }