Skip Menu |

This queue is for tickets about the DBD-SQLite CPAN distribution.

Report information
The Basics
Id: 7011
Status: resolved
Priority: 0/
Queue: DBD-SQLite

People
Owner: Nobody in particular
Requestors: rrwo [...] cpan.org
Cc:
AdminCc:

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



Subject: connection parameters do not allow specification of file name
The statement my $dbh = DBI->connect("dbi:SQLite:dbname=dbfile","",""); Does not connect to "dbfile". Instead, it creates a file in the current directory named "dbname=dbfile". (This occurs on Windows, with ActivePerl 5.8.3 and 5.8.4.