Pass relationship name to _resolve_condition explicitly
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / SQLMaker /
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...