Hi! > in file ext/pdo_sqlite/tests/bug_42589.phpt. > > This test always fails on my environment. > > The column metadata (PDOStatement::getColumnMeta()) getting does not > work. It returns NULL for all calls in this test. PHP should support > this since version 5.3.0. Is it possible it is not supported by sqlite? > Does this work for you?
This test passes fine for me on latest 5.3. However, my build is using built-in sqlite library, which is of version: SQLite Library => 3.7.7.1 Are you using external library? Maybe your library does not support it? Try to rebuild with built-in library and see if it works then. -- Stanislav Malyshev, Software Architect SugarCRM: http://www.sugarcrm.com/ (408)454-6900 ext. 227 -- PHP Quality Assurance Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php