Restore ability to handle underdefined root (t/prefetch/incomplete.t)
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / ResultSet.pm
2010-10-27 Norbert Buchmuller Fixed a prefetch bug (o2m->prefetch_o2m+order_by+rows)
2010-10-26 Peter Rabbitson Extra adjustments of find() documentation and code...
2010-10-17 Peter Rabbitson Extensive updates to find/key related documentation
2010-10-16 Peter Rabbitson Fix find() with an explicit constraint name (... {...
2010-10-16 Peter Rabbitson De-golf _is_deterministic_value, add more tests for...
2010-10-16 Peter Rabbitson Reduce mount of perlgolf in ResultSet.pm
2010-10-16 Peter Rabbitson Remove support for find( col1 => $val1, col2 => $val2...
2010-10-16 Peter Rabbitson Remove _is_unique_query (more dead code from 2006)
2010-10-12 Peter Rabbitson Clarify $rs->update/delete documentation
2010-10-12 Peter Rabbitson Clarify ResultSet RV docs, bring set_cache RV in line...
2010-10-10 Peter Rabbitson Rename vaguely named internal method
2010-10-04 Peter Rabbitson Make Data::Page total count evaluation lazy
2010-10-04 David Schmidt example for columns explaining correlation to select/as
2010-09-17 Peter Rabbitson Rename incorrectly named internal method (has nothing...
2010-08-07 Peter Rabbitson Fix a corner case when a distinct plus an unqualified...
2010-08-04 Peter Rabbitson Collapse-calculator finally works (GPW++)
2010-08-04 Peter Rabbitson Merge 'trunk' into 'prefetch'
2010-08-04 Peter Rabbitson Now collapse is a flag, not a list
2010-08-04 Peter Rabbitson Merge 'trunk' into 'prefetch'
2010-08-04 Peter Rabbitson Restore backwards compatibility - introduce intent...
2010-08-04 Peter Rabbitson Merge 'trunk' into 'prefetch'
2010-08-04 Moritz Onken rewrite of _collapse_result to support prefetch of...
2010-06-12 Peter Rabbitson Fix grouped count over a joined resultset with clashing...
2010-06-05 Arthur Axel 'fREW... Typos
2010-06-01 Rafael Kitover Merge 'namespace-clean' into 'trunk'
2010-06-01 Rafael Kitover use namespace::cleaned out imports for some common...
2010-05-31 Peter Rabbitson Switch away from explicit count-attr lists - just delet...
2010-05-31 Peter Rabbitson Fix update/delete on prefetching resultsets
2010-05-27 Jesse Sheidlower Light doc tweaks
2010-05-20 Matt S Trout fix find() since that was also broken in r8754
2010-05-20 Matt S Trout fix result_class setter behaviour to not stuff attrs...
2010-05-20 Matt S Trout don't try and ensure_class_loaded an object. this doesn...
2010-05-15 Peter Rabbitson Fix stupid typo-bug
2010-05-05 Peter Rabbitson Changes
2010-05-04 Peter Rabbitson Refactor count handling, make count-resultset attribute...
2010-05-03 Peter Rabbitson Rewrite mssql test to verify both types of limit dialec...
2010-04-27 Alexander Hartmaier fixed missing ' in update_or_create with key attr example
2010-03-24 Peter Rabbitson Clearer 'no such rel' errors, correct exception on...
2010-03-18 Arthur Axel "fREW... use update instead of set_columns in update_all
2010-03-13 Moritz Onken reverting 8995, was supposed to go to a branch
2010-03-13 Moritz Onken call inflate_result on new_result, but not from the...
2010-03-07 Peter Rabbitson Fix the docs for select/as
2010-03-03 Jess Robinson Minor doc tweaks
2010-02-19 Peter Rabbitson Fix for RT54697
2010-02-19 Peter Rabbitson Merge 'trunk' into 'pri_key_refactor'
2010-02-18 Peter Rabbitson Fix count of group_by over aliased function
2010-02-15 Nuba Princigalli spelling fixes in the documaentation, sholud be gud...
2010-02-15 Peter Rabbitson Spellcheck (jawnsy++)
2010-02-14 Peter Rabbitson Merge 'trunk' into 'pri_key_refactor'
2010-02-12 Dan Thomas Add is_ordered to DBIC::ResultSet
2010-02-11 Peter Rabbitson Merge 'chaining_fixes' into 'trunk'
2010-02-11 Peter Rabbitson Changes and small ommission
2010-02-11 Peter Rabbitson Merge 'trunk' into 'chaining_fixes'
2010-02-11 Arthur Axel "fREW... fix for search/select_chains
2010-02-11 Arthur Axel "fREW... make t/76s and t/88 pass by deleting from the correct...
2010-02-11 Arthur Axel "fREW... fix t/76, break rsc tests
2010-02-08 Arthur Axel "fREW... another example of as_subselect_rs
2010-02-07 Arthur Axel "fREW... fix longstanding unmentioned bug ("me")
2010-02-07 Arthur Axel "fREW... add as_subselect_rs
2010-02-05 Peter Rabbitson Merge 'trunk' into 'chaining_fixes'
2010-02-05 Peter Rabbitson Refactor some evil code
2010-02-04 Arthur Axel "fREW... fix incorrect test in t/76select.t and posit an incorre...
2010-02-03 Arthur Axel "fREW... some basic readability factorings (aka, fewer nested...
2010-02-03 Arthur Axel "fREW... change deletion/overriding to fix t/76
2010-02-02 Arthur Axel "fREW... delete +stuff if stuff exists
2010-02-02 Arthur Axel "fREW... revert actual changes from yesterday as per ribasushis...
2010-02-01 Arthur Axel "fREW... small refactor to put select/as/+select/+as etc merging...
2010-01-31 Peter Rabbitson Helper primary_columns wrapper to throw if a PK is...
2010-01-27 Peter Rabbitson Clean up some stuff
2010-01-20 Peter Rabbitson Whoops - need to dsable quoting
2010-01-17 Peter Rabbitson Turned out to be much trickier
2010-01-17 Peter Rabbitson Getting warmer
2010-01-15 Peter Rabbitson Merge 'trunk' into 'null_column_regression'
2010-01-15 Peter Rabbitson Generalize the to-node inner-join-er to apply to all...
2010-01-09 Peter Rabbitson Subqueries no longer experimental
2010-01-08 Peter Rabbitson Merge 'trunk' into 'mssql_limit_regression'
2010-01-07 Peter Rabbitson Minor optimization
2010-01-01 Rafael Kitover fix uninitialized warning and a bug in ResultSet
2009-12-31 Rafael Kitover got something working
2009-12-12 Peter Rabbitson Fix corner case regression on search_related on a prefe...
2009-12-10 Peter Rabbitson First half of distinct cleanup
2009-12-03 Peter Rabbitson Sanify populate arg handling
2009-11-27 Peter Rabbitson Fix search_related wrt grouped resultsets (distinct...
2009-11-26 Peter Rabbitson Another count() quirk down
2009-11-26 Peter Rabbitson Sanify search_related chaining code (no functional...
2009-11-24 Peter Rabbitson Better naming and a bit leaner implementation. Main...
2009-11-17 Peter Rabbitson Merge 'trunk' into 'void_populate_resultset_cond'
2009-11-16 Peter Rabbitson Fix order_by/distinct bug
2009-11-13 Peter Rabbitson Merge 'trunk' into 'prefetch_bug-unqualified_column_in_...
2009-11-12 Peter Rabbitson The real fix for the non-introspectable condition bug...
2009-11-12 Peter Rabbitson Merge 'trunk' into 'prefetch_bug-unqualified_column_in_...
2009-11-12 Peter Rabbitson _cond_for_update_delete is hopelessly broken attempting...
2009-11-12 Peter Rabbitson Factor out more stuff
2009-11-12 Peter Rabbitson Factor some code out
2009-11-12 Peter Rabbitson Fix find on resultset with custom result_class
2009-11-11 Arthur Axel "fREW... some cleanup for $rs->populate
2009-11-11 Arthur Axel "fREW... RT50828
2009-11-10 Rob Kinyon Added a note about select
2009-10-22 Rafael Kitover stringify values passed to populate/insert_bulk
2009-10-18 Rafael Kitover Merge 'sybase_support' into 'sybase_bulkinsert_support'
next