Skip Menu |

This queue is for tickets about the DBIx-DBSchema CPAN distribution.

Report information
The Basics
Id: 95961
Status: open
Priority: 0/
Queue: DBIx-DBSchema

People
Owner: Nobody in particular
Requestors: simon [...] thegestalt.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



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
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.