Handle NULLS clauses when mangling ordering
[dbsrgits/DBIx-Class.git] / t / sqlmaker / limit_dialects / toplimit.t
2016-05-07 Dagfinn Ilmari Man... Handle NULLS clauses when mangling ordering wip/order_by_nulls_dbic_portion
2016-02-29 Peter Rabbitson Institute a central "load this first in testing" package
2014-05-28 Peter Rabbitson Retire DBIC/SqlMakerTest.pm now that SQLA::Test provide...
2013-03-10 Peter Rabbitson Consider unselected order_by during complex subqueried...
2012-04-21 Peter Rabbitson Remove realiasing overengineering introduced in 86bb5a27da
2012-04-20 Peter Rabbitson Make sure order realiasing remains in proper sequence...
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-02 Peter Rabbitson Some cleanups and code dedup of Top and FetchFirst...
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-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-08-27 Peter Rabbitson Rename SQLAHacks to SQLMaker, shuffle around files...