I hate you all.
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / ResultSet.pm
2006-10-21 Matt S Trout I hate you all.
2006-10-07 Matt S Trout fixup to work round an aliasing bug
2006-08-28 Justin Guenther fixed a bug in ResultSet where passing an empty $cond...
2006-08-21 Michael Leuchtenburg Change _cond_for_update_delete to handle more complicat...
2006-08-16 Jesse Sheidlower minor doc clarifications
2006-08-10 Michael Leuchtenburg Support default aliases in many_to_many accessors....
2006-08-10 Michael Leuchtenburg Support for relationship attributes in many_to_many...
2006-08-08 Matt S Trout tweaked search_rs to not be destructive to passed
2006-08-07 Daniel Westermann... Fix two aliasing bugs: remove the alias when provided...
2006-08-01 Bogdan Lucaciu Documentation patch, related to joins, aliases and...
2006-07-28 Daniel Westermann... Pass attrs to find from update_or_create (reported...
2006-07-28 Daniel Westermann... Remove anonymous blesses to avoid major speed hit on...
2006-07-27 Jess Robinson Documentation improvements
2006-07-26 Matt S Trout bugfix for pathological prefetch case
2006-07-17 Matt S Trout minor fixup to _merge_attr
2006-07-16 Jess Robinson Improve docs for searching, as, and some cookbook examples
2006-07-15 Daniel Westermann... Disable _is_unique_query check in single() since it...
2006-07-14 Matt S Trout fixups to ORDER BY, tweaks to deepen some copies in...
2006-07-13 Ash Berlin POD'd result_class func
2006-07-12 David Kamholz fix from attr issue
2006-07-11 David Kamholz change _parent_from to from
2006-07-11 David Kamholz put count back in test
2006-07-11 Matt S Trout all present and correct. I think.
2006-07-11 Matt S Trout pass through self attrs to rel_rs (for order_by, group_...
2006-07-11 David Kamholz miscellaneous cleanup and removal of dead code
2006-07-11 David Kamholz fixation
2006-07-11 David Kamholz almost working
2006-07-11 David Kamholz move _resolved_attrs and friends to be next to related_...
2006-07-11 David Kamholz kinda unbroke things
2006-07-11 David Kamholz more fiddling, but it still don't work
2006-07-10 David Kamholz bah
2006-07-10 Matt S Trout back to less failures
2006-07-09 Matt S Trout yeah, cos two hash copies in five lines is really handy...
2006-07-09 Matt S Trout tweaked some stuff. appears no more broken.
2006-07-07 Daniel Westermann... Take into account values specified in the where attr...
2006-07-07 Daniel Westermann... _is_unique_query: Don't warn on multiple occurrences...
2006-07-06 Matt S Trout fixup to resultset?
2006-07-06 David Kamholz get rid of no longer necessary weaken
2006-07-06 Matt S Trout rename _parent_rs to _parent_source
2006-07-04 David Kamholz small fix
2006-07-04 David Kamholz rename _resolve to _resolved_attrs; fix multiple join...
2006-07-03 David Kamholz various additional ResultSet cleanups
2006-07-03 David Kamholz represent page as a normal resultset attribute; use...
2006-06-21 Jesse Sheidlower docced where attribute in resultset
2006-06-19 Luke Saunders changed join merging behaviour. some code cleanup.
2006-06-14 Jess Robinson Fix documentation of search_related
2006-06-09 Justin Guenther formatting fixes for ResultSet.pm
2006-06-09 David Kamholz fix for prefetch bug in _merge_attr
2006-06-07 Luke Saunders Merge 're_refactor_bugfix' into 'DBIx-Class-current'
2006-06-07 Luke Saunders obscure prefetch problem fixed
2006-06-07 Cory G Watson Fix typo in warning
2006-06-07 Luke Saunders prefetch bugfix work-in-progress
2006-06-06 Luke Saunders branch cleanage
2006-06-06 Luke Saunders tightened up deep search_related
2006-06-06 Luke Saunders fixed search with joins from related resultset
2006-06-05 Luke Saunders fixed some formatting issues
2006-06-05 Luke Saunders fixed find on related resultset bug
2006-06-02 Luke Saunders fixed a bug with search on related resultset
2006-05-28 Daniel Westermann... Merge 'find_compat' into 'DBIx-Class-current'
2006-05-28 Daniel Westermann... Add automatic naming of unique constraints
2006-05-28 Daniel Westermann... Another minor cleanup
2006-05-28 Daniel Westermann... Minor cleanup
2006-05-27 Daniel Westermann... Fix for extraneous warning in 65multipk
2006-05-27 Daniel Westermann... First pass at verifying query uniqueness: Recursively...
2006-05-27 Daniel Westermann... Relax _unique_queries for *_related
2006-05-26 Daniel Westermann... Update naming for consistency with CDBICompat _build_qu...
2006-05-26 Daniel Westermann... Refactor query building and verification so the warning...
2006-05-26 Daniel Westermann... Minor update to find_or_create docs re: how it searches
2006-05-26 Daniel Westermann... Use stricter find in update_or_create again
2006-05-26 Daniel Westermann... Restore stricter find, but with compat warnings. find_...
2006-05-26 Daniel Westermann... Hack for now, constraint in find if a key is specified
2006-05-26 Daniel Westermann... Revert to old find and update_or_create algorithms...
2006-05-25 Matt S Trout Merge 'DBIx-Class-current' into 'find_compat'
2006-05-24 Ash Berlin Merge 'trunk' into 'DBIx-Class-current'
2006-05-24 Daniel Westermann... First pass: take what the user provides if we can't...
2006-05-23 Cory G Watson Add support for +select and +as attributes to ResultSet
2006-05-23 Matt S Trout Merge 'resultset-new-refactor' into 'DBIx-Class-current'
2006-05-23 Matt S Trout works. win.
2006-05-23 Matt S Trout Merge 'DBIx-Class-current' into 'resultset-new-refactor'
2006-05-23 Marc Mims Just the column name, please.
2006-05-23 Matt S Trout Sodding three-value for conditions
2006-05-23 Ash Berlin Added docs for quote_char, name_sep and offset RS attrib.
2006-05-22 Luke Saunders more torture test, cleaned up
2006-05-22 Luke Saunders join merging working properly. some torture tests
2006-05-18 Matt S Trout Merge 'trunk' into 'DBIx-Class-current'
2006-05-17 Jess Robinson Documentation updates
2006-05-12 Matt S Trout Merge 'trunk' into 'DBIx-Class-current'
2006-05-12 Luke Saunders proper deep merging on join attrs
2006-05-12 Matt S Trout performance fix for cascade_update
2006-05-11 Luke Saunders Merge 'DBIx-Class-current' into 'resultset-new-refactor'
2006-05-11 Luke Saunders can now handle prefetch on resultset with join of same...
2006-05-10 Daniel Westermann... - Fix error message for bad find usage
2006-05-10 Daniel Westermann... Merge 'trunk' into 'DBIx-Class-current'
2006-05-10 Daniel Westermann... Row::update encapsulates this when passed a hashref...
2006-05-10 Daniel Westermann... Revert previous bugfix; will apply to trunk
2006-05-10 Daniel Westermann... Row::update encapsulates this when passed a hashref...
2006-05-09 Aran Deltac Fixes to _rs related docs.
2006-05-09 Aran Deltac Add search_rs to ResultSet and a new {$rel}_rs accessor...
2006-05-09 Aran Deltac Merge 'trunk' into 'DBIx-Class-current'
2006-05-09 Luke Saunders failing test case and more resultset refactorage
next