Merge 'trunk' into 'sybase_support'
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / ResultSet.pm
2009-09-28 Rafael Kitover Merge 'trunk' into 'sybase_support'
2009-09-21 Peter Rabbitson Undocument the from attribute (the description was...
2009-09-20 Peter Rabbitson Part one of the sybase work by Caelum (mostly reviewed)
2009-09-20 Peter Rabbitson Backout sybase changes
2009-09-18 Peter Rabbitson Cleanup exception handling
2009-09-16 Rafael Kitover Merge 'trunk' into 'sybase'
2009-09-15 Robert Buels another doc clarification regarding auto-inc columns...
2009-09-15 Robert Buels doc patch, clarified warning about using find_or_create...
2009-09-15 Peter Rabbitson Warn when distinct is used with group_by
2009-09-09 Rafael Kitover Merge 'trunk' into 'sybase'
2009-09-07 Peter Rabbitson Prune duplicate constraints from the find() condition
2009-09-03 Peter Rabbitson Merge 'trunk' into 'sybase'
2009-09-02 Peter Rabbitson Some cleanup... don't remember where it came from
2009-08-29 Rafael Kitover Merge 'trunk' into 'sybase'
2009-08-28 Peter Rabbitson Warning to spare mst explanations
2009-08-16 Rafael Kitover Merge 'trunk' into 'sybase'
2009-08-11 Peter Rabbitson Sanify group_by handling in complex prefetch rewrites
2009-08-10 Peter Rabbitson privatize dormant method - it may be useful for sybase...
2009-08-08 Peter Rabbitson Changes and minor code rewrap
2009-08-05 Rafael Kitover Merge 'trunk' into 'sybase'
2009-08-04 Rafael Kitover Merge 'trunk' into 'sybase'
2009-08-04 Peter Rabbitson Merge 'trunk' into 'prefetch_redux'
2009-08-04 Peter Rabbitson Fix how a distinct-induced group_by is calculated,...
2009-08-03 Peter Rabbitson Sanify unqualified column bindtype handling
2009-08-01 Rafael Kitover Merge 'trunk' into 'sybase'
2009-07-31 Moritz Onken undo that attributes merge stuff
2009-07-31 Moritz Onken POD fix
2009-07-30 Jess Robinson Mangled Rob's example somewhat, still needs explaining...
2009-07-30 Rob Kinyon Fixed caveats
2009-07-30 Rob Kinyon Added prefetch caveats
2009-07-22 Rafael Kitover minor cleanups
2009-07-19 Rafael Kitover mangling _select_args turned out to be unnecessary
2009-07-15 Ian Wells Added SQLA link for more comprehensive documentation...
2009-07-14 Peter Rabbitson Minor logic cleanup
2009-07-03 Peter Rabbitson Merge 'mssql_top_fixes' into 'trunk'
2009-07-03 Peter Rabbitson Extra test to demonstrate has_one working, and a POD...
2009-07-02 Peter Rabbitson Some hack consolidation
2009-07-02 Peter Rabbitson Merge 'trunk' into 'mssql_top_fixes'
2009-07-02 Peter Rabbitson Last part of the join handling puzzle
2009-07-02 Peter Rabbitson Everything works, just need to fix join-path chaining...
2009-07-02 Peter Rabbitson Make the code readable
2009-07-02 Peter Rabbitson Solve more prefetch inflation crap
2009-07-02 Peter Rabbitson Another candidate for somethingawful.com (fix left...
2009-07-02 Peter Rabbitson Merge 'trunk' into 'mssql_top_fixes'
2009-06-30 Peter Rabbitson Merge 'trunk' into 'grouped_prefetch'
2009-06-30 Peter Rabbitson Some fixes after review
2009-06-29 Peter Rabbitson Merge 'trunk' into 'mssql_top_fixes'
2009-06-29 Peter Rabbitson And score! (all works)
2009-06-29 Peter Rabbitson Most of the grouped prefetch solution
2009-06-28 Peter Rabbitson Normalize group_by
2009-06-28 Peter Rabbitson Minor omission
2009-06-28 Peter Rabbitson The proposed fix (do not add an extra join if it is...
2009-06-26 Cory G Watson Fix typo in ResultSet docs
2009-06-24 Peter Rabbitson find_related fix for single-type relationships
2009-06-23 Rafael Kitover add missing ' to doc
2009-06-20 Peter Rabbitson That should be all
2009-06-20 Peter Rabbitson whoops
2009-06-20 Peter Rabbitson Merge 'trunk' into 'mssql_top_fixes'
2009-06-20 Peter Rabbitson Merge 'count_rs' into 'trunk'
2009-06-20 Peter Rabbitson Disambiguate populate() return
2009-06-20 Peter Rabbitson Add count_rs, move the code back from DBI - leave only...
2009-06-19 Peter Rabbitson Merge 'trunk' into 'mssql_top_fixes'
2009-06-19 Peter Rabbitson single() throws with has_many prefetch
2009-06-18 Peter Rabbitson This seems to be the prefetch+limit fix - ugly as hell...
2009-06-18 Peter Rabbitson Cleanup attribute handling - I deal with resolved attri...
2009-06-17 Rafael Kitover fix page with offset bug
2009-06-17 Peter Rabbitson Half way working stuff, needs a LOT of tweaking still
2009-06-16 Peter Rabbitson Fix possible regression with prefetch select resolution
2009-06-14 Peter Rabbitson Forgotten piece of as_query refactor
2009-06-13 Michael Reddick Added documentation for from => $rs->as_query
2009-06-13 Peter Rabbitson Do not use raw sources in {from} - proxy via source...
2009-06-11 Peter Rabbitson Factor out as_query properly
2009-06-10 Peter Rabbitson Duh, this was a pretty simple bug
2009-06-09 Peter Rabbitson Think before commit
2009-06-09 Peter Rabbitson Move as_query out of the cursor
2009-06-09 Peter Rabbitson Merge 'rsrc_in_storage' into 'trunk'
2009-06-08 Peter Rabbitson First stab at adding resultsources to each join in...
2009-06-08 Peter Rabbitson Simply order_by/_virtual_order_by handling
2009-06-07 Peter Rabbitson Fix find_or_new/create to stop returning random rows...
2009-06-07 Peter Rabbitson Fix for mysql subquery problem
2009-06-05 Peter Rabbitson This was dumb - of course I want a copy
2009-06-04 Peter Rabbitson It seems that this localisation can lead to problems
2009-06-04 Peter Rabbitson having without group_by is useless - thus do not supply...
2009-06-04 Peter Rabbitson Really delegate counting to the storage class - now...
2009-06-04 Peter Rabbitson Delegate actual counting to the storage class
2009-05-30 Peter Rabbitson populate() fix and Changes
2009-05-26 Peter Rabbitson Minor fixes of the return value of rs->update/delete
2009-05-25 Peter Rabbitson Too much logic for no benefit - always populate _virtua...
2009-05-25 Peter Rabbitson The Top limit emulation bundled with SQLA::Limit assume...
2009-05-23 Peter Rabbitson Extend distinct deprecation tests and clarify warnings
2009-05-23 Peter Rabbitson Extra test and count fixes for prefetch + distinct
2009-05-22 Ash Berlin Make distinct calculate columns *after* prefetch has...
2009-05-22 Peter Rabbitson Some attributes require a grouped count subquery, some...
2009-05-21 Peter Rabbitson Duh, no point of having ordered subqueries while counti...
2009-05-21 Peter Rabbitson Clarify usage of _resolved_attrs by adding the explicit...
2009-05-20 Peter Rabbitson POD fixes
2009-05-20 Justin Hunter fix for sql functions in group_by
2009-05-20 Peter Rabbitson More explicit attribute deletion/detection - a lof...
2009-05-20 Peter Rabbitson Make sure we always work with resolved rs attributes...
2009-05-20 Peter Rabbitson Add explicit grouping for rs update/delete operations...
next