Bug#354421: libdbd-sqlite3-perl: fails to add columns using SQL commands

2006-02-26 Thread Krzysztof Krzyzaniak
Christoph Biedl wrote: Package: libdbd-sqlite3-perl Version: 1.08-1 Severity: normal To my big surprise I cannot issue an "ALTER TABLE table ADD" command using the Perl library. The sqlite3 command line tool works fine: $ sqlite3 test2.db SQLite version 3.2.1 Enter ".help" for instructions sql

Bug#354421: libdbd-sqlite3-perl: fails to add columns using SQL commands

2006-02-25 Thread Christoph Biedl
Package: libdbd-sqlite3-perl Version: 1.08-1 Severity: normal To my big surprise I cannot issue an "ALTER TABLE table ADD" command using the Perl library. The sqlite3 command line tool works fine: $ sqlite3 test2.db SQLite version 3.2.1 Enter ".help" for instructions sqlite> CREATE TABLE data (f