Really fix @INC munging of the taint test
[dbsrgits/DBIx-Class.git] / t / 752sqlite.t
2013-10-14 Peter Rabbitson Check that 64 bit in-SQLite math works regardless of...
2013-10-14 Peter Rabbitson Fix exceedingly sloppy SQLite warning workaround from...
2013-10-09 Peter Rabbitson Many improvements of bigint handling across various...
2013-10-08 Peter Rabbitson Make $SIG{__WARN__} overrides more Carp::Always friendly
2013-04-24 Peter Rabbitson Unbreak devrel version checks
2013-04-22 Peter Rabbitson It seems the upcoming DBD::SQLite fixes the txn sync...
2013-04-01 Peter Rabbitson Saner check for non-integer values bound as integers...
2012-12-26 Brendan Byrd Fix TODO tests to only mark exactly the failing tests...
2012-10-20 Peter Rabbitson Fix embarassing test-leak introduced in 0.08203
2012-10-12 Peter Rabbitson Really fix the DBD::SQLite ping() issue
2012-10-12 Peter Rabbitson Remove TODO on fixed recent DBD::SQLite
2011-06-17 Arthur Axel 'fREW... fix bigint handling in sqlite
2011-05-09 Peter Rabbitson Fix serious DBD::SQLite numeric datatype mismatch regre...
2011-04-29 Rafael Kitover savepoints for SQLite