Untangle strictly-DBICTest constant from the main constant set
[dbsrgits/DBIx-Class.git] / t / storage / error.t
2016-03-01 Peter Rabbitson Untangle strictly-DBICTest constant from the main const...
2016-02-29 Peter Rabbitson Institute a central "load this first in testing" package
2015-08-12 Peter Rabbitson Fix missing handling of on_(dis)connect* failures
2015-04-04 Peter Rabbitson Fix missing handling of on_(dis)connect* failures
2014-07-21 Peter Rabbitson Replace many closure-based proxy methods with static...
2014-01-13 Peter Rabbitson SQLite changed their exception text again
2012-11-03 Peter Rabbitson Reorganize constants handling, add escapes for fork...
2011-11-29 Peter Rabbitson More test fixes following 4a425300 and new DBD::SQLite...
2011-04-04 Peter Rabbitson Consolidate all constants under DBIC::_ENV_, bump n...
2010-12-28 Peter Rabbitson Stop t/storage/error from failing on memory-leaking...
2010-10-10 Peter Rabbitson Entire test suite passes under DBIC_TRACE=1
2010-09-17 Peter Rabbitson No longer explicitly disconnect on ::Storage DESTROY
2010-09-17 Peter Rabbitson Remove duplicate test (same as end of t/storage/error.t)
2010-07-12 Peter Rabbitson Rewrite the DBI connector to use Try::Tiny, avoid a...
2010-02-19 Peter Rabbitson Some test cleanups
2009-08-25 Peter Rabbitson Move storage tests to their own dir