Handle NULLS clauses when mangling ordering
[dbsrgits/DBIx-Class.git] / t / sqlmaker / limit_dialects / fetch_first.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...
2014-04-25 Peter Rabbitson Add extra fetch_first test for right-side-only order
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...
2012-01-05 Peter Rabbitson Trailing WS crusade - got to save them bits
2011-03-31 Rafael Kitover make the DB2/AS400 storage a subclass of DB2, do RNO...