Add strict/warnings test, adjust all offenders (wow, that was a lot)
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / SQLAHacks / Oracle.pm
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-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-04-11 Peter Rabbitson Fix top-level PRIOR with missing '='
2010-04-04 Robert Bohne Remove todo: 'Check the parameter syntax of connect_by...
2010-03-27 Robert Bohne Support NOCYCLE parameter.
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.
2009-12-18 Robert Bohne Add PRIOR as special and unary op to SQLAHacks::Oracle...
2009-11-19 Peter Rabbitson Patch by kalex