Some cosmetic fixes in ANFANG
[dbsrgits/DBIx-Class.git] / t / sqlmaker / limit_dialects /
2016-02-29 Peter Rabbitson Institute a central "load this first in testing" package
2015-02-15 Peter Rabbitson Revert 2c2bc4e5 - it is entirely superseded by cb551b07...
2015-01-25 Peter Rabbitson Standardize the struct-cloning interface throughout...
2014-09-30 Dagfinn Ilmari Man... Only load DBICTest::Schema when needed in tests
2014-09-19 Peter Rabbitson Properly handle empty group_by/order_by
2014-05-28 Peter Rabbitson Retire DBIC/SqlMakerTest.pm now that SQLA::Test provide...
2014-05-27 Peter Rabbitson Massively refactor and sanify condition collapsing
2014-04-25 Peter Rabbitson Add explicit AS keyword to RowNum (Oracle) limit dialect
2014-04-25 Peter Rabbitson Add extra fetch_first test for right-side-only order
2013-12-13 Peter Rabbitson Convert many live-only SQL test to standalone is_same_s...
2013-04-19 Brendan Byrd Support for $val === [ {}, $val ] in literal SQL +...
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 Merge branch 'master' into topic/constructor_rewrite
2013-04-17 Peter Rabbitson Remove idiotic RowCountOrGenericSubQ - it will never...
2013-03-10 Peter Rabbitson Radically rethink complex prefetch - make most useful...
2013-03-10 Peter Rabbitson Consider unselected order_by during complex subqueried...
2013-02-14 Peter Rabbitson Optimization - order only on lazy prefetch
2013-02-14 Peter Rabbitson Move the infmap verification/exception way earlier
2013-02-14 Peter Rabbitson Merge branch 'master' into topic/constructor_rewrite
2013-01-12 Peter Rabbitson Deprecate emulate_limit() - can not be sanely supported...
2012-08-23 Peter Rabbitson Back out constructor/prefetch rewrite introduced mainly...
2012-04-21 Peter Rabbitson Remove realiasing overengineering introduced in 86bb5a27da
2012-04-21 Peter Rabbitson More limit torture
2012-04-20 Peter Rabbitson Make sure order realiasing remains in proper sequence...
2012-04-16 Peter Rabbitson I think we are done here
2012-04-15 Peter Rabbitson Add torture of limiting subselect with non-root table...
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 Simplify 3-query skimming limits to omit the last redun...
2012-04-14 Peter Rabbitson Simplify skimming limits - simpler query when no offset...
2012-03-22 Peter Rabbitson Fix pessimization of offset-less Oracle limits, introdu...
2012-03-02 Peter Rabbitson Simplify code of GenericSubQ limit dialect
2012-03-02 Peter Rabbitson Some cleanups and code dedup of Top and FetchFirst...
2012-03-02 Peter Rabbitson Simplify RowNumber Over limit dialect implementation
2012-03-02 Peter Rabbitson Deduplicate code in rownum limit emulation
2012-01-05 Peter Rabbitson Trailing WS crusade - got to save them bits
2011-12-05 Peter Rabbitson Fix and test first_skip/skip_first limit dialects
2011-06-07 Alexander Hartmaier fixed order of rows difference between first and subseq...
2011-05-11 Brian Phillips take more care in mangling SELECT when applying subquer...
2011-04-12 Arthur Axel 'fREW... Fix complex limits with subqueries in selectors
2011-04-11 Arthur Axel 'fREW... Parameterize pagination
2011-03-31 Rafael Kitover make the DB2/AS400 storage a subclass of DB2, do RNO...
2011-03-30 Peter Rabbitson Massive rewrite of bind handling, and overall simplific...
2010-12-23 Peter Rabbitson Stop mangling sql on the way out of the limit dialects
2010-09-18 Peter Rabbitson Make test suite pass under DBICTEST_SQLITE_USE_FILE=1
2010-09-17 Peter Rabbitson Optimize RowNum limit dialect as per suggestion in...
2010-08-27 Peter Rabbitson Rename SQLAHacks to SQLMaker, shuffle around files...