Merge branch 'current/for_cpan_index' into current/dq
[dbsrgits/DBIx-Class.git] / t /
2014-04-12 Peter Rabbitson Merge branch 'current/for_cpan_index' into current/dq current/dq
2014-04-12 Peter Rabbitson Smarter todoification (this doesn't sound like a bad...
2014-04-12 Peter Rabbitson Properly detect and test mysql v3 default JOIN behavior
2014-04-11 Peter Rabbitson Add explicit AS keyword to RowNum (Oracle) limit dialect
2014-04-11 Peter Rabbitson Add extra fetch_first test for right-side-only order
2014-03-09 Peter Rabbitson Fix pesky on_connect_* race condition abraxxa++ ilmari++
2014-02-12 Peter Rabbitson Shuffle prefetch torture test (no func. changes)
2014-02-10 Peter Rabbitson PATH may be unset entirely
2014-02-10 Peter Rabbitson Remove vestigial unused @INC munge found after a8de639b
2014-02-10 Peter Rabbitson Harden t/54taint.t against possible future changes...
2014-02-08 Peter Rabbitson Make sure the taint test does some DB-level ops
2014-02-08 Graham Knop Really fix @INC munging of the taint test
2014-01-31 Peter Rabbitson Give Firebird (and Interbase) a common sqlt_type
2014-01-29 Peter Rabbitson Rudimentary DBI/DBD MDV
2014-01-29 Peter Rabbitson The trace formatter seems to register intermittent...
2014-01-29 Peter Rabbitson Fix undefined order sensitive test (no idea how it...
2014-01-28 Peter Rabbitson We still intermittently grab a "leaked" SQLT quoter...
2014-01-28 Peter Rabbitson Factor out the symtable walker, no functional changes...
2014-01-28 Peter Rabbitson One extra cleanup pass before asserting weakregistry...
2014-01-28 Matt S Trout Make 54taint.t actually test the DBIx::Class in lib...
2014-01-27 Peter Rabbitson Skip annoyingly failing test on broken base.pm
2014-01-27 Peter Rabbitson Yet another attempt to solve the mystery-win32-failure...
2014-01-27 Peter Rabbitson Rewrite writiability test to be clearer and with less...
2014-01-27 Peter Rabbitson Skip thread tests under Devel::Cover
2014-01-24 Peter Rabbitson Augment the logic from aca094b4d, add deprecation to...
2014-01-23 Peter Rabbitson Adjust todo escape, use travis-provided 5.8 for one...
2014-01-23 Peter Rabbitson Have tests recover gracefully when File::Spec->tmpdir...
2014-01-23 Peter Rabbitson Move hrefaddr to DBIC::_Util, give most functions a...
2014-01-23 Peter Rabbitson Improve error reporting when we encounter broken except...
2014-01-23 Peter Rabbitson Work around older DBI (possibly other cases) of faulty...
2014-01-23 Peter Rabbitson GAH! DBD::SQLite's sqlite_db_filename() is relatively...
2014-01-22 Peter Rabbitson Report correct mismatching inode in the deletion guard...
2014-01-22 Peter Rabbitson Do not run the expensive test under PPerl/SppedyCGI
2014-01-22 Peter Rabbitson Need some exceptions removed in 556c4fe6 when some...
2014-01-22 Peter Rabbitson Revert some test changes to bring things back in line...
2014-01-22 Peter Rabbitson Massive incompatible change of ::BlockRunner internals
2014-01-22 Peter Rabbitson Fix long standing issue with resultset growth on repeat...
2014-01-21 Peter Rabbitson Stop using precomputed SQLite testdb name, fix test...
2014-01-20 Peter Rabbitson Add extra operations to the heavy duty leaktrace scope
2014-01-20 Peter Rabbitson Do not track plain scalar refs on 5.17+ for the time...
2014-01-20 Peter Rabbitson Stop circref TODO based on RT#82942 from failing after...
2014-01-19 Peter Rabbitson Now that we have the tools leak-track much more stuff...
2014-01-19 Peter Rabbitson Switch to a global symtable "classdata" visitor
2014-01-19 Peter Rabbitson Even saner diagnostics (view under diff -w)
2014-01-19 Peter Rabbitson Stop various CLONE-registries from growing indefinitely
2014-01-19 Peter Rabbitson Rewire the leaktracer to store all refs by address...
2014-01-19 Peter Rabbitson Centralize handling of refcount in DBIC::_Util
2014-01-13 Peter Rabbitson SQLite changed their exception text again
2014-01-12 Zefram Fix warning in t/54taint.t with explicitly unset PERL5L...
2013-12-30 Karen Etheridge Extra (passing) test case generated while investigating...
2013-12-27 Peter Rabbitson Better instrument memcached test against failures like...
2013-12-19 Matt S Trout fix test to use qw as (so far as I can see) originally...
2013-12-18 Karen Etheridge misspelling
2013-12-13 Peter Rabbitson Remove 37b5ab51 test warnings on older perls
2013-12-13 Peter Rabbitson Convert many live-only SQL test to standalone is_same_s...
2013-12-13 Peter Rabbitson Extra (now passing) oracle test which led to the work...
2013-12-10 Peter Rabbitson Streamline connection codepath, fix $ENV{DBI_DSN} regre...
2013-12-07 Peter Rabbitson Further namespace cleansing
2013-12-07 Peter Rabbitson Add OracleXE 10.2-based testing
2013-11-29 Peter Rabbitson Reestablish travs smoking, skip oddly failing test
2013-11-29 Peter Rabbitson Temporary reduce red smoke on win32
2013-11-29 Peter Rabbitson 'Bundled' is a legitimate non-DANGER-conveying namespac...
2013-11-29 Dagfinn Ilmari Man... Fix join type override in MySQL test
2013-11-28 Matt S Trout disable clean namespace checking temporarily
2013-11-28 Matt S Trout make 54taint.t actually test the DBIx::Class in lib/
2013-11-27 Matt S Trout todo ALL the things
2013-11-27 Matt S Trout DBIx::Class::Bundled
2013-11-24 Matt S Trout basic string mangling trickery for annoying default...
2013-11-24 Matt S Trout first cut of grep_cache feature
2013-11-24 Matt S Trout don't accept relationship names as final identifier...
2013-11-24 Matt S Trout only add rels once when seen repeatedly
2013-11-24 Matt S Trout first tests for identifier remapping and a slight refac...
2013-11-24 Matt S Trout reorganise dq expr tests slightly
2013-11-19 Matt S Trout move join inference cleverness into a role
2013-11-18 Peter Rabbitson Stop correlated subqueries from affecting the aliastype...
2013-11-17 Matt S Trout first (naive) cut at identifier remapping and join...
2013-11-17 Matt S Trout switch to delete+local from clear_* methods
2013-11-17 Matt S Trout Fix lean startup for Data::Compare -> Data::Dumper...
2013-11-17 Matt S Trout fix test to use qw as (so far as I can see) originally...
2013-11-15 Matt S Trout DBICTest result class now loading ExprDeclare
2013-11-15 Matt S Trout some support for dq in rs condition merging and populate
2013-11-15 Matt S Trout support expr {} in join cond
2013-11-15 Matt S Trout allow DQ expr {} blocks as first arg to search
2013-11-08 Peter Rabbitson Rename imprecisely named variables in the load_namespac...
2013-11-08 Peter Rabbitson Fix nonsensical result class names introduced by a...
2013-11-05 Peter Rabbitson Merge branch 'master' into dq2eb
2013-11-05 Peter Rabbitson This is an expensive author-only test, move to xt/
2013-11-05 Peter Rabbitson Make sure DBICTest is always loaded first (purely bookkeep)
2013-11-05 Peter Rabbitson Clarify what happens on distinct + get_column($aggregat...
2013-11-05 Peter Rabbitson Centralize and sanify generation of synthetic group_by...
2013-11-04 Matt Phillips fix typo in FATAL ERROR message.
2013-11-04 Peter Rabbitson Move database-independent mysql SQLMaker test
2013-11-01 Matt S Trout t/prefetch/o2m_o2m_order_by_with_limit.t: literal ident...
2013-11-01 Matt S Trout t/sqlmaker/limit_dialects/generic_subq.t: unselected...
2013-11-01 Peter Rabbitson THROW AWAY this commit on rebase - dirty bootstrap
2013-10-31 Peter Rabbitson Test more JSON::Any backends, and reorder the selection...
2013-10-31 Peter Rabbitson Work around JSON::Any not being future-proof
2013-10-18 Peter Rabbitson Smoother concurrent test-flow
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...
next