Merge branch 'current/for_cpan_index' into current/dq
[dbsrgits/DBIx-Class.git] / t / sqlmaker / limit_dialects / torture.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-11 Peter Rabbitson Add explicit AS keyword to RowNum (Oracle) limit dialect
2013-11-27 Matt S Trout todo ALL the things
2013-10-12 Matt S Trout FetchFirst does not inject an order because me.title...
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-02-14 Peter Rabbitson Optimization - order only on lazy prefetch
2013-02-14 Peter Rabbitson Merge branch 'master' into topic/constructor_rewrite
2012-08-23 Peter Rabbitson Back out constructor/prefetch rewrite introduced mainly...
2012-04-21 Peter Rabbitson More limit torture
2012-04-20 Peter Rabbitson Make sure order realiasing remains in proper sequence...
2012-04-15 Peter Rabbitson Add torture of limiting subselect with non-root table...
2012-04-14 Peter Rabbitson Extra tests for all the improvements