Subject: | Currently only works with DBD::SQLite 1.25 |
I see only FAILs with DBD::SQLite 1.14 and 1.26_02. I see only PASSes
with 1.25.
The test 09-db.t reports with 1.25:
Table sqldb already exists - not creating at t/09-db.t line 22
But with 1.26_05 (which I just had at hand):
table sqldb already exists query: CREATE TABLE sqldb (
name VARCHAR(32) NOT NULL UNIQUE,
val INTEGER NOT NULL
) at /home/sand/.cpan/build/SQL-DB-0.18-B36b3A/blib/lib/SQL/DB.pm line 237.
# Looks like you planned 18 tests but ran 9.
# Looks like your test exited with 2 just after 9.
Something changed upstream. Downgrading DBD::SQLite to 1.25 solves the
problem for now.
Hope this helps somebody,
Regards,