Restore ability to handle underdefined root (t/prefetch/incomplete.t)
[dbsrgits/DBIx-Class.git] / t /
2013-02-14 Peter Rabbitson Restore ability to handle underdefined root (t/prefetch...
2013-02-14 Rafael Kitover Test for restricted prefetch (now passing again after...
2013-02-14 Peter Rabbitson Fix _resolve_collapse to always consider the entire...
2013-02-14 Peter Rabbitson ETOOMANYARGS - change _resolve_collapse to take a coupl...
2013-02-14 Alexander Hartmaier Added test for join and empty prefetch exception
2013-02-14 Peter Rabbitson Fixups for 5.17.6+ hash randomization
2013-02-14 Peter Rabbitson Hit an MC hash-order bug - simplify create, and solve...
2013-02-14 Peter Rabbitson Reverting a48693f42e - the test is a fat duplicate...
2013-02-14 Peter Rabbitson Merge branch 'master' into topic/constructor_rewrite
2013-02-14 Peter Rabbitson Add strict/warnings test, adjust all offenders (wow...
2013-02-13 André Walker Fix duplicated columns for count()
2013-02-01 Peter Rabbitson Revert parts of 6864429a which utterly broke dbh_do...
2013-01-25 Peter Rabbitson General cleanup of error messages - quote identifiers...
2013-01-25 Peter Rabbitson Remove TODO labels from blocks not using todo_skip...
2013-01-25 Peter Rabbitson Revert 344f761c - this was a stupid idea
2013-01-23 Dagfinn Ilmari Man... Only allow known globals in SQL::Translator leak allowance
2013-01-21 Peter Rabbitson Revert workarounds for $@ broken during 5.13.x - mainly...
2013-01-21 Peter Rabbitson Fix self-referential resultset update/delete on MySQL...
2013-01-21 Peter Rabbitson Fix proper handling of composite resultset heads (e...
2013-01-21 Peter Rabbitson Move the *preliminary* multicol IN support to the sqlmaker
2013-01-21 Peter Rabbitson Flip quoting in all of t/71mysql.t (no test changes)
2013-01-21 Peter Rabbitson Scope::Upper somehow confuses pseudofork on older perls...
2013-01-12 Peter Rabbitson Regenerate SQLite testschema ddl with explicit quoting...
2013-01-12 Peter Rabbitson SQLT got a lot better lately - bump min version
2013-01-12 Peter Rabbitson deployment_statements() is not storage-dependent -...
2013-01-12 Peter Rabbitson Remove support for source_bind_attributes() as promised...
2013-01-12 Peter Rabbitson Deprecate emulate_limit() - can not be sanely supported...
2012-12-26 Peter Rabbitson Reorganize MSSQL/DBD::Sybase TODOs on MAS+txn tests
2012-12-26 Brendan Byrd Fix TODO tests to only mark exactly the failing tests...
2012-12-26 Peter Rabbitson No reason to run this test at all until MC is rewritten
2012-12-26 Peter Rabbitson Promote leaky rscond todo to a smoke-fail - try to...
2012-12-19 Peter Rabbitson Fix broken DBICTest::RunMode::is_smoker() (riba got...
2012-12-15 Peter Rabbitson I was wrong about 2d12a809 - the crash is real
2012-12-15 Peter Rabbitson Run t/storage/global_destruction.t using SQLite as...
2012-12-15 Peter Rabbitson Revert skip from a0361822 and fix tests to work correctly
2012-12-11 Peter Rabbitson Stop using deprecated regex syntax
2012-12-11 Peter Rabbitson Revert 50e6c52e0 - the crash was most likely due to...
2012-12-11 Peter Rabbitson Do not grab a global lock if test won't run
2012-11-30 Peter Rabbitson More extensive travis testing plan
2012-11-30 Peter Rabbitson Fix the leaktracer rewrite in 218b7c12 which broke...
2012-11-19 Peter Rabbitson Stop stripping table name qualifier on complex $rs...
2012-11-18 Peter Rabbitson Back out frivolous loading of threads.pm
2012-11-18 Peter Rabbitson Rewrite 461c7168 solving Oracle silent connection failures
2012-11-18 Peter Rabbitson Rename and expand false-value prefetch test
2012-11-14 Peter Rabbitson Fix test skips just like was done in 49b3a264
2012-11-14 Peter Rabbitson More robust behavior under heavily threaded environments
2012-11-05 Peter Rabbitson Ask for newer CAG which asks for bugfixed CXSA
2012-11-05 Peter Rabbitson More 5.8 nested-cref test leaks
2012-11-04 Peter Rabbitson Extra tests from an old debugging session
2012-11-04 Peter Rabbitson Remove code which migrated into the core of SQLA
2012-11-03 Fitz Elliott Test that ->new() on a ResultSet object returns a Row
2012-11-03 Peter Rabbitson Fix API mismatch between new_related() and new_result...
2012-11-03 Peter Rabbitson Fix unique constraint violations in Ordered.pm blanket...
2012-11-03 Peter Rabbitson Reorganize constants handling, add escapes for fork...
2012-11-03 Matt Phillips Let SQLMaker rs_attr 'for' support string literals
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
2012-10-05 Peter Rabbitson Fix test using legacy order_by spec
2012-10-05 Peter Rabbitson Replace inadequate $dbh->ping SQLite implementation...
2012-09-01 Dagfinn Ilmari Man... Revert "Fix t/storage/reconnect.t when run as root"
2012-09-01 Dagfinn Ilmari Man... Fix t/storage/reconnect.t when run as root
2012-08-24 Arthur Axel 'fREW... put off deprecation and clarify test output
2012-08-24 Arthur Axel 'fREW... rewrite test to use existing schema
2012-08-23 Peter Rabbitson Back out constructor/prefetch rewrite introduced mainly...
2012-08-23 Eden Cardim failing test for prefetch bug where prefetched values...
2012-08-23 Rafael Kitover remove ->deploy from castaway's test
2012-08-23 Jess Robinson New test for recent prefetch/undef bug
2012-07-17 Gareth Kirwan Fix Class::AccessorGroup to allow instances in get_com...
2012-07-10 Rafael Kitover mark some tests in admin/10script.t on Win32 TODO
2012-07-10 Rafael Kitover preload threads.pm in storage/txn.t for fork error
2012-07-10 Rafael Kitover skip 51threadnodb.t on Win32 on < 5.14
2012-06-15 Arthur Axel 'fREW... fix tests on solaris
2012-04-27 Peter Rabbitson Adjust tests for new Moo
2012-04-27 Peter Rabbitson Simplify untainting - Module::Find can't return invalid...
2012-04-27 Peter Rabbitson Use the now pure-perlized Devel::GlobalDestroy module
2012-04-27 Peter Rabbitson Fix more fallout from 9b871b00, centralize the ugly...
2012-04-21 Peter Rabbitson Remove realiasing overengineering introduced in 86bb5a27da
2012-04-21 Peter Rabbitson More limit torture
2012-04-21 Peter Rabbitson Fix lapse on limited incomplete has_many prefetches
2012-04-21 Peter Rabbitson Do not artificially order the internals of a has_many...
2012-04-21 Peter Rabbitson Saner naming for helper test method
2012-04-20 Peter Rabbitson Make sure order realiasing remains in proper sequence...
2012-04-20 Peter Rabbitson Fix test borkage after 9b871b00c - ALWAYS RUN TESTS...
2012-04-18 Peter Rabbitson Better handling of bogus tmpdir returned by File::Spec...
2012-04-18 Arthur Axel 'fREW... add missing catfile so tests can run on win32
2012-04-16 Peter Rabbitson I think we are done here
2012-04-16 Peter Rabbitson Move scary stuff to its own class
2012-04-16 Peter Rabbitson Initial full test pass - all fetches are eager for now
2012-04-16 Peter Rabbitson Merge branch 'master' into topic/constructor_rewrite
2012-04-15 Peter Rabbitson Add torture of limiting subselect with non-root table...
2012-04-14 Matt S Trout me.minyear is not a valid alias, minyear is
2012-04-14 Peter Rabbitson Entire test suite now executable under tainted perl...
2012-04-14 Peter Rabbitson Document software_limit and properly throw on related...
2012-04-14 Peter Rabbitson Extra tests for all the improvements
2012-04-14 Peter Rabbitson Do not alias plain column names to the inflator spec...
2012-04-14 Peter Rabbitson Fix bind order in RNO limits when there are both select...
2012-04-14 Peter Rabbitson Simplify 3-query skimming limits to omit the last redun...
2012-04-14 Peter Rabbitson Simplify skimming limits - simpler query when no offset...
2012-04-11 Peter Rabbitson Fix broken tests that would fail in future SQL::Abstract
next