Pod/comment fixes
[dbsrgits/DBIx-Class.git] / t /
2013-10-11 Karen Etheridge Pod/comment fixes
2013-10-11 Peter Rabbitson Move classdata handling to DBICTest::Util::LeakTracer
2013-10-11 Peter Rabbitson Silence nonessential test warning (last outstanding...
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-10-02 Peter Rabbitson Fail early properly even in the presence of -jN
2013-10-02 Arthur Axel 'fREW... Further tradeoffs on relationship sanity checking ...
2013-10-02 Peter Rabbitson Fail early if full test is run in a stale checkout
2013-10-02 Peter Rabbitson Proper fix for t/storage/replicated.t (augments 617474ab7e)
2013-10-01 Dagfinn Ilmari Man... Fix t/storage/replicated.t class loading problem
2013-10-01 Dagfinn Ilmari Man... Throw clearer exception on ->new_related() with a non...
2013-09-16 Karen Etheridge switch from Class::MOP::class_of to Moose::Util::find_meta
2013-09-16 Peter Rabbitson Augment test suite with oddball relationship declarations
2013-09-13 Peter Rabbitson Fix 79061be1 not working under -T
2013-09-09 Peter Rabbitson Make sure we can load each DBICTest::Schema result...
2013-08-29 Olly Betts More typo fixes
2013-08-29 Peter Rabbitson Prevent DBD::Firebird and DBD::InterBase from colliding...
2013-08-29 Peter Rabbitson I did manage to screw up locking in parallel testing...
2013-08-29 Peter Rabbitson Generalize the SQLite DDL generation tool (see next...
2013-07-22 Peter Rabbitson Fix test error failing after "undef\n=>" was fixed...
2013-07-22 Peter Rabbitson Self-cleaning is not yet entirely stable - back it...
2013-07-18 Peter Rabbitson Tests no longer fail if $ENV{DBI_DSN} is set
2013-07-18 Peter Rabbitson Propagate quote_names setting to SQLite SQLT producer
2013-06-21 Dagfinn Ilmari Man... Don't try to run pperl --kill if we didn't find PPerl
2013-04-26 Matt Phillips Stop adding empty caches to resultsets chained off...
2013-04-24 Peter Rabbitson Unbreak devrel version checks
2013-04-24 Peter Rabbitson Stop instantiating a cursor on single() use
2013-04-24 Peter Rabbitson Fix very subtle but deadly bug in single()
2013-04-22 Peter Rabbitson It seems the upcoming DBD::SQLite fixes the txn sync...
2013-04-21 Peter Rabbitson Fix test failures with DBD::SQLite 1.38_02
2013-04-21 Peter Rabbitson Silence pesky Devel::Cycle warning in leak test on...
2013-04-21 Peter Rabbitson And of course the test pragma is not supported everywhere
2013-04-20 Peter Rabbitson Fix tests failing due to unspecified resultset retrieva...
2013-04-20 Peter Rabbitson deployment_statements() and cursor_class() are storage...
2013-04-20 Peter Rabbitson Cleanup logic of _determine_driver - do not fire unless...
2013-04-20 Peter Rabbitson More robust tests of dependency lazy-loading and delay...
2013-04-19 Peter Rabbitson Escape more frames when determining carp/throw_exceptio...
2013-04-19 Peter Rabbitson Tweak timing of t/zzzzzzz_perl_perf_bug.t - we started...
2013-04-19 Peter Rabbitson Test live mssql server generated SQL
2013-04-19 Brendan Byrd Support for $val === [ {}, $val ] in literal SQL +...
2013-04-19 Peter Rabbitson Add (slowish) sanity check to detect incorrect non...
2013-04-19 Peter Rabbitson Explicitly disallow redirection of has_many columns...
2013-04-19 Peter Rabbitson Misc cleanup, no functional changes
2013-04-18 Peter Rabbitson Make 'filter' rels work half-way sanely with partial...
2013-04-17 Peter Rabbitson Another blast from the past - fix distinct/order behavi...
2013-04-17 Peter Rabbitson Fix "current rs is always first in from" brainfart...
2013-04-17 Peter Rabbitson Overhaul GenericSubq limit - add support for multicol...
2013-04-17 Peter Rabbitson Start running more limit dialect torture tests if possible
2013-04-17 Peter Rabbitson Recognize root source unqualified columns under limited...
2013-04-17 Peter Rabbitson Consider where condition when determining leftmost...
2013-04-17 Peter Rabbitson Use the defined-or operator in generated code on newer...
2013-04-17 Peter Rabbitson space-compress tests making them readable - no changes
2013-04-17 Peter Rabbitson Another parser microoptimisation - lose nullability...
2013-04-17 Peter Rabbitson Fix test description (DrHyde++)
2013-04-17 Peter Rabbitson Merge branch 'master' into topic/constructor_rewrite
2013-04-17 Peter Rabbitson Remove idiotic RowCountOrGenericSubQ - it will never...
2013-04-11 Peter Rabbitson Add a TODO to catch when Text::Balanced RT#74994 is...
2013-04-09 Peter Rabbitson Fix oversight in subqueried MySQL update/delete
2013-04-04 Peter Rabbitson Make sure external DBIC envvars do not cause tests...
2013-04-04 Peter Rabbitson Fix incorrect warning/exception originator
2013-04-04 Peter Rabbitson Do not repeatedly trace test schema populate under...
2013-04-04 Peter Rabbitson Extra TODO tests for a txn_guard silencing problem
2013-04-02 Peter Rabbitson Work around SQLite's RT#79576
2013-04-01 Peter Rabbitson Saner check for non-integer values bound as integers...
2013-04-01 Peter Rabbitson Refactor sth preparation/binding - no functional changes
2013-03-25 Peter Rabbitson Fix test warnings left in by 11343b34
2013-03-20 Darius Jokilehto Add deprecation warnings for cols/include_columns
2013-03-19 Peter Rabbitson Fix test failing with some tracing envvars (and smoke...
2013-03-10 Peter Rabbitson Properly wrap a subquery around grouped resultsets...
2013-03-10 Peter Rabbitson Radically rethink complex prefetch - make most useful...
2013-03-10 Peter Rabbitson There is no point of ordering the insides of a complex...
2013-03-10 Peter Rabbitson Consider unselected order_by during complex subqueried...
2013-03-10 Peter Rabbitson Warn in case of iterative collapse being upgraded to...
2013-03-10 Peter Rabbitson Still do null-branch pruning when we are using our...
2013-03-10 Peter Rabbitson Forgotten cruft after 52864fbd5
2013-03-10 Peter Rabbitson Rename some private methods/attributes to align with...
2013-03-10 Peter Rabbitson Simplify more - remove loop and cleanup the while cond
2013-03-10 Peter Rabbitson An underdefined root has to use the %cur_row_ids container
2013-03-10 Peter Rabbitson MOAR optimization - tracking is_new_res is double work
2013-03-10 Peter Rabbitson BAIL_OUT stops the entire test run - do not want that
2013-03-10 Peter Rabbitson Scale back validation of the 'as' attribute (revert...
2013-03-10 Peter Rabbitson Clarify result_class tweaking on active/cached cursors
2013-03-10 Peter Rabbitson Remove test cruft forgotten after 52864fbd
2013-03-10 Peter Rabbitson Do not rely on Data::Dumper to produce rolled out hashrefs
2013-03-10 Peter Rabbitson Merge branch 'master' into topic/constructor_rewrite
2013-03-10 Peter Rabbitson Exclude DBICTest namespace from stacktraces
2013-03-08 Peter Rabbitson More comprehensive test of qualifier stripping for...
2013-03-01 Peter Rabbitson Punt TODO until the dateops work merges
2013-03-01 Peter Rabbitson This infrastructure was removed ages ago by 263e41be
2013-03-01 Peter Rabbitson Remove TODO that could never be made to work (revert...
2013-02-26 Peter Rabbitson Regex /o is *EVIL* - no idea why I even thought of...
2013-02-23 Peter Rabbitson Instrument the lockfile creation failure
2013-02-23 Peter Rabbitson Fix regression breaking search on prefetched rel (broke...
2013-02-23 Peter Rabbitson Uncomment disabled test (not sure why it was)
2013-02-20 Peter Rabbitson Sanity-check columns added as primary key
2013-02-20 Peter Rabbitson Optimize the HRI-direct collapser even more
2013-02-20 Peter Rabbitson Fatalize warnings within the compiled row parsers
2013-02-20 Peter Rabbitson Modify the null-branch pruning introduced in ce556881...
2013-02-18 Peter Rabbitson Prevent SQL::Translator::Producer::YAML from seeing...
2013-02-18 Peter Rabbitson Deprecate the insane forest of SQLT::Parser::DBIC arguments
next