2016-02-11 |
Peter Rabbitson |
Make sure tests still pass in a fork-limited environment |
tree | commitdiff |
2016-02-11 |
Dagfinn Ilmari Man... |
Fix t/storage/quote_names.t failures, caused by lazily... |
tree | commitdiff |
2015-03-19 |
Peter Rabbitson |
Fix test suite to work again with DBICTEST_SQLITE_USE_FILE |
tree | commitdiff |
2015-03-18 |
Peter Rabbitson |
Workaround for double-call of destructors (based on... |
tree | commitdiff |
2014-09-19 |
Peter Rabbitson |
Revert e9f71ab2 - it ends up breaking a declared API |
tree | commitdiff |
2014-09-05 |
Peter Rabbitson |
Make sure IO::Handle is loaded - missing stubs on older... |
tree | commitdiff |
2014-07-31 |
Peter Rabbitson |
Ensure proper behavior when quoting is *disabled* ... |
tree | commitdiff |
2014-07-29 |
Peter Rabbitson |
The fix in f9b5239ac was both shortsighted and insufficient |
tree | commitdiff |
2014-07-21 |
Peter Rabbitson |
Replace many closure-based proxy methods with static... |
tree | commitdiff |
2014-07-19 |
Peter Rabbitson |
is_X_value functions introduced in 3705e3b28 migrated... |
tree | commitdiff |
2014-07-17 |
Peter Rabbitson |
Add one extra is_exception check (missed a spot during... |
tree | commitdiff |
2014-07-08 |
Peter Rabbitson |
Switch DBIC::Storage::Statistics to Moo (for trial... |
tree | commitdiff |
2014-07-07 |
Peter Rabbitson |
IFF debug goes to STDERR by default - silence possible... |
tree | commitdiff |
2014-07-07 |
Peter Rabbitson |
Stop permanently enabling autoflush on the debug filehandle |
tree | commitdiff |
2014-07-07 |
Peter Rabbitson |
Expand closed STDERR test, check actual exception |
tree | commitdiff |
2014-05-28 |
Peter Rabbitson |
Retire DBIC/SqlMakerTest.pm now that SQLA::Test provide... |
tree | commitdiff |
2014-05-28 |
Peter Rabbitson |
Retire DBIC::DebugObj, replace with $dbictest_schema... |
tree | commitdiff |
2014-05-27 |
Peter Rabbitson |
Consolidate pg/mysql and standalone SQLite savepoint... |
tree | commitdiff |
2014-03-09 |
Peter Rabbitson |
Fix pesky on_connect_* race condition abraxxa++ ilmari++ |
tree | commitdiff |
2014-01-23 |
Peter Rabbitson |
Adjust todo escape, use travis-provided 5.8 for one... |
tree | commitdiff |
2014-01-23 |
Peter Rabbitson |
Improve error reporting when we encounter broken except... |
tree | commitdiff |
2014-01-23 |
Peter Rabbitson |
GAH! DBD::SQLite's sqlite_db_filename() is relatively... |
tree | commitdiff |
2014-01-22 |
Peter Rabbitson |
Massive incompatible change of ::BlockRunner internals |
tree | commitdiff |
2014-01-21 |
Peter Rabbitson |
Stop using precomputed SQLite testdb name, fix test... |
tree | commitdiff |
2014-01-13 |
Peter Rabbitson |
SQLite changed their exception text again |
tree | commitdiff |
2013-12-13 |
Peter Rabbitson |
Remove 37b5ab51 test warnings on older perls |
tree | commitdiff |
2013-12-10 |
Peter Rabbitson |
Streamline connection codepath, fix $ENV{DBI_DSN} regre... |
tree | commitdiff |
2013-10-02 |
Peter Rabbitson |
Proper fix for t/storage/replicated.t (augments 617474ab7e) |
tree | commitdiff |
2013-10-01 |
Dagfinn Ilmari Man... |
Fix t/storage/replicated.t class loading problem |
tree | commitdiff |
2013-07-18 |
Peter Rabbitson |
Tests no longer fail if $ENV{DBI_DSN} is set |
tree | commitdiff |
2013-07-18 |
Peter Rabbitson |
Propagate quote_names setting to SQLite SQLT producer |
tree | commitdiff |
2013-04-20 |
Peter Rabbitson |
deployment_statements() and cursor_class() are storage... |
tree | commitdiff |
2013-04-20 |
Peter Rabbitson |
Cleanup logic of _determine_driver - do not fire unless... |
tree | commitdiff |
2013-04-11 |
Peter Rabbitson |
Add a TODO to catch when Text::Balanced RT#74994 is... |
tree | commitdiff |
2013-04-04 |
Peter Rabbitson |
Make sure external DBIC envvars do not cause tests... |
tree | commitdiff |
2013-04-04 |
Peter Rabbitson |
Extra TODO tests for a txn_guard silencing problem |
tree | commitdiff |
2013-04-01 |
Peter Rabbitson |
Refactor sth preparation/binding - no functional changes |
tree | commitdiff |
2013-02-01 |
Peter Rabbitson |
Revert parts of 6864429a which utterly broke dbh_do... |
tree | commitdiff |
2013-01-25 |
Peter Rabbitson |
General cleanup of error messages - quote identifiers... |
tree | commitdiff |
2013-01-25 |
Peter Rabbitson |
Remove TODO labels from blocks not using todo_skip... |
tree | commitdiff |
2013-01-21 |
Peter Rabbitson |
Scope::Upper somehow confuses pseudofork on older perls... |
tree | commitdiff |
2013-01-12 |
Peter Rabbitson |
SQLT got a lot better lately - bump min version |
tree | commitdiff |
2013-01-12 |
Peter Rabbitson |
Remove support for source_bind_attributes() as promised... |
tree | commitdiff |
2012-12-15 |
Peter Rabbitson |
I was wrong about 2d12a809 - the crash is real |
tree | commitdiff |
2012-12-15 |
Peter Rabbitson |
Run t/storage/global_destruction.t using SQLite as... |
tree | commitdiff |
2012-11-18 |
Peter Rabbitson |
Back out frivolous loading of threads.pm |
tree | commitdiff |
2012-11-03 |
Peter Rabbitson |
Reorganize constants handling, add escapes for fork... |
tree | commitdiff |
2012-10-05 |
Peter Rabbitson |
Fix test using legacy order_by spec |
tree | commitdiff |
2012-10-05 |
Peter Rabbitson |
Replace inadequate $dbh->ping SQLite implementation... |
tree | commitdiff |
2012-09-01 |
Dagfinn Ilmari Man... |
Revert "Fix t/storage/reconnect.t when run as root" |
tree | commitdiff |
2012-09-01 |
Dagfinn Ilmari Man... |
Fix t/storage/reconnect.t when run as root |
tree | commitdiff |
2012-07-10 |
Rafael Kitover |
preload threads.pm in storage/txn.t for fork error |
tree | commitdiff |
2012-04-09 |
Peter Rabbitson |
Allow for tests to run in parallel (simultaneously... |
tree | commitdiff |
2012-03-17 |
Rafael Kitover |
remove some Win32 workarounds in tests from cygwin |
tree | commitdiff |
2012-03-16 |
Peter Rabbitson |
Add all storage instances to the test suite leaktracing... |
tree | commitdiff |
2012-03-16 |
Alexander Hartmaier |
removed unnecessary use of Test::Exception |
tree | commitdiff |
2012-03-14 |
Rafael Kitover |
fix Win32 file use error in t/storage/reconnect.t |
tree | commitdiff |
2012-03-12 |
Peter Rabbitson |
Test suite wide leaktesting |
tree | commitdiff |
2012-03-12 |
Peter Rabbitson |
Rewrite txn_do and dbh_do to use a (hidden for now... |
tree | commitdiff |
2012-02-18 |
Peter Rabbitson |
Fix rogue child disconnecting a parent $dbh - no idea... |
tree | commitdiff |
2012-01-05 |
Peter Rabbitson |
Trailing WS crusade - got to save them bits |
tree | commitdiff |
2011-11-29 |
Peter Rabbitson |
More test fixes following 4a425300 and new DBD::SQLite... |
tree | commitdiff |
2011-11-25 |
Peter Rabbitson |
Make tests pass with DBIC_TRACE and DBIC_TRACE_PROFILE set |
tree | commitdiff |
2011-11-25 |
Peter Rabbitson |
Fix TxnScopeGuard misbehaving on externally set $@... |
tree | commitdiff |
2011-11-25 |
Peter Rabbitson |
Switch the nobindvars test from MySQL to the always... |
tree | commitdiff |
2011-11-21 |
Peter Rabbitson |
Pass tests with DBICTEST_SQLITE_USE_FILE set |
tree | commitdiff |
2011-10-25 |
Peter Rabbitson |
Fix segfault in t/storage/quote_names.t |
tree | commitdiff |
2011-07-19 |
Rafael Kitover |
fix a couple test failures on Win32 |
tree | commitdiff |
2011-07-06 |
Alexander Hartmaier |
fixed failing test when DBIC_TRACE_PROFILE is set |
tree | commitdiff |
2011-07-04 |
Rafael Kitover |
check database driver dependencies for tests |
tree | commitdiff |
2011-06-17 |
Peter Rabbitson |
Open the logfile in append mode |
tree | commitdiff |
2011-04-29 |
Peter Rabbitson |
Another overhaul of transaction/savepoint handling |
tree | commitdiff |
2011-04-04 |
Peter Rabbitson |
Consolidate all constants under DBIC::_ENV_, bump n... |
tree | commitdiff |
2011-03-30 |
Peter Rabbitson |
Massive rewrite of bind handling, and overall simplific... |
tree | commitdiff |
2011-03-29 |
Peter Rabbitson |
Privatize _sth |
tree | commitdiff |
2011-03-29 |
Peter Rabbitson |
Shuffle tests around (no changes) |
tree | commitdiff |
2011-03-21 |
Peter Rabbitson |
Add startup sanity check of the ::DBI::Replicated metho... |
tree | commitdiff |
2011-03-08 |
Peter Rabbitson |
Make sure the component_class autoloader works across... |
tree | commitdiff |
2011-03-01 |
Justin Hunter |
Switch cursor accessor to CAG's component_class type... |
tree | commitdiff |
2011-02-25 |
Peter Rabbitson |
Lazy-load as many of the non-essential modules as possible |
tree | commitdiff |
2011-02-25 |
Peter Rabbitson |
Cleanup C3 handling, require updated Class::C3::Compone... |
tree | commitdiff |
2011-02-24 |
Peter Rabbitson |
Fix quote_names assumption of DBD::* availability |
tree | commitdiff |
2011-02-22 |
milki |
Patch to schema->deploy against a file |
tree | commitdiff |
2011-02-03 |
Rafael Kitover |
add quote_names connect_info option |
tree | commitdiff |
2011-01-19 |
Peter Rabbitson |
DBIC now warns on explicit false AutoCommit, and when... |
tree | commitdiff |
2011-01-19 |
Peter Rabbitson |
Cleanup some of the storage tests (no func. changes) |
tree | commitdiff |
2011-01-19 |
Peter Rabbitson |
Skip test on smokers with broken Moose |
tree | commitdiff |
2010-12-28 |
Peter Rabbitson |
Fix a deadlock-prone test |
tree | commitdiff |
2010-12-28 |
Peter Rabbitson |
Stop t/storage/error from failing on memory-leaking... |
tree | commitdiff |
2010-12-27 |
Peter Rabbitson |
Extra test for Replicated debug (forgotten in 8592e2d1) |
tree | commitdiff |
2010-12-27 |
Peter Rabbitson |
Latest blead (5.13.8) allows us to see $@ again |
tree | commitdiff |
2010-11-18 |
Peter Rabbitson |
Overhaul thread handling |
tree | commitdiff |
2010-11-18 |
Peter Rabbitson |
Suppress replicated test warnings on win32 as well |
tree | commitdiff |
2010-11-18 |
Peter Rabbitson |
Fix 2 stupid omissions in tests |
tree | commitdiff |
2010-11-10 |
Peter Rabbitson |
Die on search in void context |
tree | commitdiff |
2010-11-10 |
John Napiorkowski |
fix and regression test for RT #62642 |
tree | commitdiff |
2010-10-27 |
Peter Rabbitson |
Latest DBD::SQLite really went to shit >:( |
tree | commitdiff |
2010-10-27 |
Peter Rabbitson |
Fail gracefully on Config::Any PROFILE-loading errors |
tree | commitdiff |
2010-10-26 |
Peter Rabbitson |
Break out the txn_scope_guard tests, some cleanup |
tree | commitdiff |
2010-10-22 |
Peter Rabbitson |
Massive cleanup of transaction handlers |
tree | commitdiff |
next |