Restore ability to handle underdefined root (t/prefetch/incomplete.t)
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / SQLAHacks /
2013-02-14 Peter Rabbitson Add strict/warnings test, adjust all offenders (wow...
2010-10-27 Peter Rabbitson Bring back deleted classes
2010-08-27 Peter Rabbitson Rename SQLAHacks to SQLMaker, shuffle around files...
2010-08-26 Peter Rabbitson Drop-in legacy code for DB2-AS/400
2010-08-26 Peter Rabbitson Factor out the limit implementations into a separate...
2010-06-12 Peter Rabbitson POD fixes (RT#58247)
2010-06-11 Alexander Hartmaier Factor out the oracle shortener code, and apply it...
2010-06-01 Peter Rabbitson Minor touches/changes
2010-05-31 Peter Rabbitson Switch away from explicit count-attr lists - just delet...
2010-05-27 Robert Bohne Fixed group_by bind position problem, reported and...
2010-05-14 Robert Bohne Use connect_by OR connect_by_nocycle
2010-05-14 Robert Bohne Rename option nocycle to connect_by_nocycle
2010-05-14 Robert Bohne Update TODO
2010-05-04 Peter Rabbitson _select_args processing no longer necessary
2010-05-04 Peter Rabbitson Merge 'trunk' into 'oracle_hierarchical_queries_rt39121'
2010-04-28 Peter Rabbitson Refactor SQLA/select interaction (in reality just cleanup)
2010-04-11 Peter Rabbitson Fix top-level PRIOR with missing '='
2010-04-06 Peter Rabbitson Merge 'trunk' into 'oracle_hierarchical_queries_rt39121'
2010-04-04 Robert Bohne Remove todo: 'Check the parameter syntax of connect_by...
2010-03-27 Robert Bohne Support NOCYCLE parameter.
2010-03-24 Peter Rabbitson Straight_join support RT55579
2010-03-15 Robert Bohne Update _order_siblings_by, use _order_by_chunks instead...
2010-03-12 Robert Bohne Use SQL::Abstract 1.61_01, add some tests.
2010-03-10 Peter Rabbitson Merge 'trunk' into 'oracle_hierarchical_queries_rt39121'
2010-03-03 Moritz Onken Fix for SQLite to ignore the { for => ... } attribute
2010-02-15 Nuba Princigalli spelling fixes in the documaentation, sholud be gud...
2010-02-08 Rafael Kitover better DT inflation for Firebird and _ping
2010-02-06 Rafael Kitover move Firebird ODBC override for RETURNING to a SQLAHack...
2009-12-18 Robert Bohne Add PRIOR as special and unary op to SQLAHacks::Oracle...
2009-12-05 Peter Rabbitson DB2 and MSSQL have different default order syntaxes
2009-12-04 Peter Rabbitson Unify the MSSQL and DB2 RNO implementations - they...
2009-12-04 Peter Rabbitson KISS - a select(1) makes perfect ordering criteria
2009-12-04 Peter Rabbitson Add support for unordered limited resultsets
2009-12-03 Arthur Axel "fREW... fix RNO for MSSQL to not use a kludgy regexp
2009-12-03 Arthur Axel "fREW... Switch to RowNumberOver for MSSQL
2009-11-19 Peter Rabbitson Patch by kalex
2009-07-10 Rafael Kitover Merge 'trunk' into 'table_name_ref'
2009-07-03 Peter Rabbitson Fix some mssql shortcommings when confronted with the...
2009-06-29 Rafael Kitover changed CD to ->table(\"cd")
2009-06-07 Peter Rabbitson Add mysql empty insert SQL override
2009-05-12 Peter Rabbitson Some more die/croak conversions
2009-05-12 Peter Rabbitson Cleanup
2009-05-11 Ron "Quinn" Straight Moved DBIC::SQL::Abstract inner classes to DBIx::Class...