Skip Menu |

This queue is for tickets about the SQL-DB CPAN distribution.

Report information
The Basics
Id: 50591
Status: resolved
Priority: 0/
Queue: SQL-DB

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

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



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,
It was a long time ago, but thanks for reporting and sorry for not responding sooner. Latest development release passes just fine against recent DBD::SQLite. -- Mark Lawrence