Skip Menu |

This queue is for tickets about the Locale-Object CPAN distribution.

Report information
The Basics
Id: 7240
Status: resolved
Priority: 0/
Queue: Locale-Object

People
Owner: gro.edolnwod [...] lrep
Requestors: dan.kubb-cpan [...] onautopilot.com
Cc:
AdminCc:

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



Subject: Database does not work with latest DBD::SQLite
The included database does not work with the latest DBD::SQLIte. (as of right now is 1.02)
[guest - Tue Aug 3 14:31:27 2004]: Show quoted text
> The included database does not work with the latest DBD::SQLIte. (as > of right now is 1.02)
This can be worked around by installing DBD::SQLite2 and patching line 30 of lib/Locale/Object/DB.pm (Locale::Object::DB.pm) to read : my $dbh = DBI->connect("dbi:SQLite2:dbname=$db", "", "", That is to use SQLite2 instead of SQLite
Show quoted text
> This can be worked around by installing DBD::SQLite2
Sorry for not replying earlier. I took your solution and released a new version with it in. Thanks.