Re: [Maypole] SQLite problem ?

From: Gabor Szabo (gabor at perl.org.il)
Date: Mon Sep 06 2004 - 12:12:20 BST


On Mon, 6 Sep 2004, Simon Flack wrote:

> What version of SQLite are you using? ICBW but I suspect Class::DBI::SQLite
> doesn't work with the new sqlite3 database format.
>
> --simonflk
>

Well, the same thing happens when I create the database myself with
my tools so it does not seem to be SQLite version problem.
(Actually since my first message, Thomas Klausner the creator of
the database also answered and he also used the the DBD::SQLite when
he created the database)

Anyway here are some versions:

Class::DBI::SQLite 0.04

sqlite-2.8.14.bin -version
2.8.14

I can read the database using this command line interface.

#!/use/bin/perl
use DBI;
my $DBH=DBI->connect("dbi:SQLite:dbname=test.db");
print $DBH->{sqlite_version};

Gives back 2.8.12.

I am using 0.31 of DBD::SQLite.

Gabor

_______________________________________________
maypole mailing list
maypole at lists.netthink.co.uk
http://lists.netthink.co.uk/listinfo/maypole



This archive was generated by hypermail 2.1.3 : Thu Feb 24 2005 - 22:25:56 GMT