Add undocumented ability to disable the join optimizer
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Storage / DBIHacks.pm
2010-10-27 Peter Rabbitson Add undocumented ability to disable the join optimizer
2010-10-16 Aaron Crane Fix bug in update of resultset using qualified conditio...
2010-10-14 Peter Rabbitson Stop adding GROUP BY's to subqueries that do not contai...
2010-10-14 Peter Rabbitson Fix spotty handling of complex order_by relationship...
2010-10-14 Peter Rabbitson Set name_sep by default (even if unused). Simplify...
2010-10-10 Peter Rabbitson Rename vaguely named internal method
2010-09-17 Peter Rabbitson Rename incorrectly named internal method (has nothing...
2010-06-01 Rafael Kitover Merge 'namespace-clean' into 'trunk'
2010-06-01 Rafael Kitover use namespace::cleaned out imports for some common...
2010-06-01 Peter Rabbitson Do not pollute sqlmaker while scanning raw sql
2010-05-03 Peter Rabbitson Add an as selector to a prefetch subquery to aid the...
2010-04-06 Peter Rabbitson Fix embarassing join optimizer bug
2010-03-16 Peter Rabbitson Horrible horrible rewrite of the aliastype scanner...
2010-02-15 Nuba Princigalli spelling fixes in the documaentation, sholud be gud...
2010-02-05 Peter Rabbitson Refactor some evil code
2010-02-04 Peter Rabbitson Fix bug reported by tommyt
2010-01-17 Peter Rabbitson Changes
2010-01-17 Peter Rabbitson This is made out of awesome
2010-01-17 Peter Rabbitson Turned out to be much trickier
2010-01-17 Peter Rabbitson Getting warmer
2010-01-17 Peter Rabbitson More mangling
2010-01-15 Peter Rabbitson Better varnames
2010-01-15 Peter Rabbitson Better refactor
2010-01-14 Curtis "Ovid" Poe Attempt to factor our alias handling has mostly failed.
2009-12-18 Curtis "Ovid" Poe Refactor internals to expose some join logic. Awful...
2009-11-16 Peter Rabbitson Make _resolve_column_info function without supplying...
2009-11-15 Peter Rabbitson Hide from pause
2009-11-15 Peter Rabbitson Move more code to DBIHacks, put back the update/delete...
2009-11-12 Peter Rabbitson Saner naming/comments