Tighten up code in ResultSetColumns, add INDIRECT annotations
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / SQLMaker /
2016-09-30 Peter Rabbitson Tighten up select list processing in ::SQLMaker
2016-09-26 Peter Rabbitson Extract couple more stateless functions from DBIHacks...
2016-08-21 Peter Rabbitson Add an explicit deduplication of identical condition...
2016-08-21 Peter Rabbitson Fix SQLA condition normalizer sometimes stripping ...
2016-08-21 Peter Rabbitson Extract two stateless DBIHacks routines into a utility...
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...
2015-01-24 Peter Rabbitson Neither of these can fail now that we dep on 5.8.1...
2014-10-24 Peter Rabbitson These are already pre-required by the OptDeps check
2014-10-21 Peter Rabbitson Cherry picks from current/for_cpan_index (flux due...
2014-10-21 Peter Rabbitson Switch all double-optdeps calls to a single invocation...
2014-10-05 Peter Rabbitson Adjust things for the is_literal_value and -ident SQLA...
2014-09-24 Peter Rabbitson Clarify licensing, ensure footers are consistent throug...
2014-09-15 Peter Rabbitson Ensure the custom rel cond resolver does not trigger...
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-08-08 David Steinbrunner typo fixes
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...
2013-02-14 Peter Rabbitson Add strict/warnings test, adjust all offenders (wow...
2013-01-21 Peter Rabbitson Fix self-referential resultset update/delete on MySQL...
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-11-22 Peter Rabbitson Unhide ::SQLMaker::OracleJoins to properly appear on...
2011-10-25 Peter Rabbitson This atrocity will be removed from sqla, do not use...
2011-07-14 Peter Rabbitson SQLMaker is a proper C3-enabled class, do not use SUPER::
2011-06-08 Rafael Kitover Make Access inner joins 'INNER JOIN' to avoid JOIN...
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-04-07 Peter Rabbitson Merge branch 0.08200_track into master
2011-04-01 Rafael Kitover Comprehensive MSAccess support over both DBD::ODBC...
2011-04-01 Peter Rabbitson Fix/clarify Oracle decision whether to use WhereJoins
2011-04-01 Peter Rabbitson Fix (and test) quoting with the older style of WhereJoi...
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-03-22 Peter Rabbitson Fix long relationship/column names in oracle for good
2011-03-22 Peter Rabbitson Cleanup that namespacing mess
2011-01-25 Peter Rabbitson Fix broken select/group bind in Oracle (after 0542ec57...
2011-01-13 Peter Rabbitson Fix for => 'shared' on MySQL (RT#64590)
2011-01-13 Peter Rabbitson Cleanup ResultSourceHandle handling after M.A.D. introd...
2011-01-13 Peter Rabbitson Fasterize
2010-12-27 Peter Rabbitson Clean up from/select bind value handling (RT#61025)
2010-12-23 Peter Rabbitson Switch the shortener (used only by oracle) reqs to...
2010-12-23 Peter Rabbitson Stop mangling sql on the way out of the limit dialects
2010-12-15 Alexander Hartmaier support INSERT ... RETURNING in Oracle 8i and later
2010-10-17 Robert Bohne Fixed test for hierarchical queries with Oracle 8i.
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...