Initial full test pass - all fetches are eager for now
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Storage / DBIHacks.pm
2012-04-16 Peter Rabbitson Initial full test pass - all fetches are eager for now
2012-04-16 Peter Rabbitson Merge branch 'master' into topic/constructor_rewrite
2012-04-14 Peter Rabbitson Take into account resultset conditions when determining...
2012-03-02 Peter Rabbitson Some cleanups and code dedup of Top and FetchFirst...
2012-03-02 Peter Rabbitson Deduplicate code in rownum limit emulation
2012-03-02 Peter Rabbitson Add an internal unique colset finder and relax complex...
2012-01-05 Peter Rabbitson Trailing WS crusade - got to save them bits
2011-06-17 Peter Rabbitson Yet another SQL munging atrocity (shadow needs it)
2011-06-07 Alexander Hartmaier fixed order of rows difference between first and subseq...
2011-05-02 Peter Rabbitson Throw away the error prone _strip_cond_qualifiers
2011-04-22 Peter Rabbitson Fix stupid optimizer bug with has_many joined over...
2011-03-29 Peter Rabbitson Correctly select the root source of the inner part...
2011-03-27 Peter Rabbitson Ditch Carp::Clan for our own thing
2011-03-20 Rob Kinyon Fixed bug in _strip_cond_qualifiers, patch generously...
2011-01-13 Peter Rabbitson Cleanup ResultSourceHandle handling after M.A.D. introd...
2011-01-05 Peter Rabbitson Make sure unaliased selectors and prefetch coexist...
2011-01-05 Peter Rabbitson Fix bind transport for group_by (this code is so fuckin...
2010-12-27 Peter Rabbitson Fail early on literal-ordered complex prefetch without...
2010-12-27 Peter Rabbitson Only add a group_by to a complex prefetch if a non...
2010-12-27 Peter Rabbitson Clean up from/select bind value handling (RT#61025)
2010-12-01 Peter Rabbitson Rename method, normalize rv to [$sql, @bind]
2010-12-01 Peter Rabbitson Fix count on rs with a having clause with an aliased...
2010-11-10 Peter Rabbitson Introduce columns_info, switch a large portion of the...
2010-10-27 Norbert Buchmuller Fixed a prefetch bug (o2m->prefetch_o2m+order_by+rows)
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