Introduce GOVERNANCE document and empty RESOLUTIONS file.
[dbsrgits/DBIx-Class.git] / t / 752sqlite.t
2016-03-30 Peter Rabbitson Really fix SQLite savepoints unlike the shortsighted...
2016-02-29 Peter Rabbitson Institute a central "load this first in testing" package
2015-11-03 Peter Rabbitson Fix failures and protect the suite from spurious VERSIO...
2015-11-03 Peter Rabbitson Skip spurious compiler-related error with old DBD:...
2015-02-26 Peter Rabbitson This hasn't failed in over a year, enable for plain...
2014-10-25 Peter Rabbitson Blacklist certain trial versions of DBD::SQLite in...
2014-10-25 Peter Rabbitson (internal) Introduce an extra utility function, essenti...
2014-05-27 Peter Rabbitson Consolidate pg/mysql and standalone SQLite savepoint...
2014-05-27 Peter Rabbitson Fix multiple savepointing transactions on DBD::SQLite
2014-05-27 Peter Rabbitson Fix erroneous todoification in sqlite test
2014-05-27 Peter Rabbitson Less warning noise from sqlite test
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