Sun May 25 12:04:53 2014simon [...] thegestalt.org - Ticket created
Subject:
Bug in SQLite driver
Date:
Sun, 25 May 2014 17:04:41 +0100
To:
bug-DBIx-DBSchema [...] rt.cpan.org
From:
Simon Wistow <simon [...] thegestalt.org>
In columns(), on line 53
my $sth = $dbh->prepare('PRAGMA table_info($table)');
That string should be double-quoted not single-quoted.
Also, it's returning a list of listrefs but Column->new is expecting a
hashref
Tue May 27 14:28:10 2014ivan-pause [...] 420.am - Correspondence added
FYI - the SQLite driver is contributed by the community (specifically, Jesse Vincent and In Suk Joung). I don't use or maintain this driver myself.
If there are problems with the SQLite driver we'd be looking to to community folks using this driver to provide patches and updates.
Tue May 27 14:28:10 2014The RT System itself - Status changed from 'new' to 'open'