Introduce GOVERNANCE document and empty RESOLUTIONS file.
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / SQLMaker / LimitDialects.pm
2016-09-30 Peter Rabbitson Tighten up select list processing in ::SQLMaker
2016-04-28 Peter Rabbitson More indirect call removals: the second part of 77c3a5dc
2016-04-12 Peter Rabbitson And lose yet another dependency: List::Util (yes, I...
2016-02-13 gregor herrmann Apply debian downstream spelling patch 481e21bf
2015-10-15 Peter Rabbitson Clarify comments/documentation regarding DBIC/SQLA...
2014-09-24 Peter Rabbitson Clarify licensing, ensure footers are consistent throug...
2014-07-24 Jens Gassmann Minor limit dialects doc fix
2014-07-08 Peter Rabbitson Teach order_by stability analyzer about search_related
2014-07-08 Peter Rabbitson Pass the main rsrc in attrs, instead of trying to fish...
2014-07-08 Peter Rabbitson Clearer name of method/variables before refactoring
2014-05-22 Dagfinn Ilmari Man... Refactor _recurse_fields to return the bind values
2014-04-25 Peter Rabbitson Add explicit AS keyword to RowNum (Oracle) limit dialect
2013-04-17 Dagfinn Ilmari Man... Factor out ORDER BY direction detection/stripping
2013-04-17 Peter Rabbitson Overhaul GenericSubq limit - add support for multicol...
2013-04-17 Peter Rabbitson Remove idiotic RowCountOrGenericSubQ - it will never...
2013-03-24 Peter Rabbitson 9 years of perl and I somehow did not know that...
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 Document software_limit and properly throw on related...
2012-04-14 Peter Rabbitson Take into account resultset conditions when determining...
2012-04-14 Peter Rabbitson Fix RowCountOrGenericSubQ dropping group/having/order...
2012-04-14 Peter Rabbitson When realiasing carry all 'renames' in longest first...
2012-04-14 Peter Rabbitson Anything that isn't in the selector list needs a realias
2012-04-14 Peter Rabbitson Always reselect a bind-containing order by even if...
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 Sanify handling of genericsubquery order determination...
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-14 Peter Rabbitson Refactor a lot of the limit dialects common code -...
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-27 Peter Rabbitson Ditch Carp::Clan for our own thing
2011-01-13 Peter Rabbitson Cleanup ResultSourceHandle handling after M.A.D. introd...
2010-12-27 Peter Rabbitson Clean up from/select bind value handling (RT#61025)
2010-12-23 Peter Rabbitson Stop mangling sql on the way out of the limit dialects
2010-10-14 Peter Rabbitson Set name_sep by default (even if unused). Simplify...
2010-09-17 Peter Rabbitson Optimize RowNum limit dialect as per suggestion in...
2010-08-27 Peter Rabbitson Fix RT#58554 (make sure FOR X is always the last part...
2010-08-27 Peter Rabbitson Rename SQLAHacks to SQLMaker, shuffle around files...