Majorly cleanup $rs->update/delete (no $rs-aware code should be in ::Storages)
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / SQLMaker /
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...