PEAR::DB Sqlite3 Driver Does Not Implement #tableInfo()
Status: Alpha
Brought to you by:
bfleisch
The PEAR::DB common DB driver includes a #tableInfo() method for performing a describe table (or, in SQLite's case, a PRAGMA table_info) command and returning a table's columns/datatypes/etc.
The Sqlite3 PEAR::DB driver distributed with your sqlite3 bindings does not implement this method. Attached is a patch to add it in.
Regards,
Nick Evans
<owlmanatt@gmail.com>
Add #tableInfo() method.