Fix stupid oversight in update_all
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / ResultSet.pm
2011-06-07 Peter Rabbitson Fix stupid oversight in update_all
2011-06-05 Peter Rabbitson fix doubling of find_related condition
2011-05-24 Moritz Lenz [doc] replace pseudocode with real code
2011-05-02 Naveed Massjouni Added documentation for the -ident/-value operators...
2011-05-02 Peter Rabbitson Throw away the error prone _strip_cond_qualifiers
2011-05-02 Peter Rabbitson Revert the smart-select-ordering introduced in 36fd7f07
2011-05-02 Peter Rabbitson Revert incorrect assumption about non-functional cached...
2011-05-02 Damien Krotkine Documentation regarding resultsets in list context
2011-04-29 Fitz Elliott prefetch docs: prefetch works on all rel types
2011-04-14 Justin Hunter fix some spelling mistakes
2011-04-07 Peter Rabbitson Merge branch 0.08200_track into master
2011-03-27 Peter Rabbitson Ditch Carp::Clan for our own thing
2011-03-22 Peter Rabbitson Cleanup that namespacing mess
2011-03-17 Matt Phillips Fixed: RS example code was broken
2011-02-27 Matt Phillips Modified: small doc patch explaining a gotcha
2011-02-25 Peter Rabbitson Lazy-load as many of the non-essential modules as possible
2011-01-27 Ronald J Kimball Fix broken sections links in POD
2011-01-20 Peter Rabbitson Pass relationship name to _resolve_condition explicitly
2011-01-20 Daniel Ruoso use $self->{from_bind} for extra binds transport
2011-01-20 Daniel Ruoso fix the alias in the identity column
2011-01-20 Daniel Ruoso checks if the complex conditions are overriden in set_f...
2011-01-14 Peter Rabbitson Reduce to a warning the find-with-NULL-key exception...
2011-01-13 Peter Rabbitson Remove some accumulated cruft
2011-01-13 Peter Rabbitson Cleanup ResultSourceHandle handling after M.A.D. introd...
2011-01-13 Peter Rabbitson Introduce M.A.D. within the schema/source instance...
2011-01-13 ostmann Fix losing order of columns provided in select/as
2011-01-12 Brian Phillips Multiple optimizations of $rs->populate
2011-01-12 Brian Phillips Fix populate with an emply ([]) has_many
2011-01-05 Peter Rabbitson Fix default selection resolution - make frew happy :)
2011-01-05 Peter Rabbitson Make sure unaliased selectors and prefetch coexist...
2010-12-27 Peter Rabbitson Another revamp of the selector resolution - now support...
2010-12-27 Peter Rabbitson Reduce warnings introduced in 450e6dbf to one per callsite
2010-12-23 Peter Rabbitson Fix no-quoting assumptions in 'having' docs (RT#64129)
2010-12-02 Peter Rabbitson Limit the void context search exceptions to non-dbic...
2010-12-02 Peter Rabbitson Indulge in some microoptimization
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-18 Peter Rabbitson Backout inconsistent changes to +columns handling
2010-11-18 Peter Rabbitson Unqualify imported functions
2010-11-18 Andrew Rodland Croak more intelligently when attrs->{page} is an unexp...
2010-11-12 Peter Rabbitson Major overhaul of select/as resolution handling (fixes...
2010-11-12 Mike Baas Add notes about handling of inflated objects in results...
2010-11-10 Peter Rabbitson Add Storable freeze/thaw hooks to ResultSet to detach...
2010-11-10 Peter Rabbitson Deprecate rolled-out hash-condition in search()
2010-11-10 Peter Rabbitson Die on search in void context
2010-11-10 Peter Rabbitson Hide package from PAUSE
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-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
next