new_related works again
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / ResultSet.pm
2008-09-28 Matt S Trout new_related works again
2008-09-24 Matt S Trout first cut at sanitising multi-create/new_related etc...
2008-07-24 Jess Robinson Added doc patch about race condition in find_or_create...
2008-07-16 Guillermo Roditi _is_deteministic_value
2008-06-11 Jess Robinson Point at "prefetch" in the get/set cache docs
2008-06-03 Ash Berlin Remove the length limit on identifiers - it doesn't...
2008-05-19 Jess Robinson Oops, =cut after the pod not in the middle
2008-05-19 Jess Robinson Added doc for "for => update" attribute, thanks StuartL.
2008-05-05 Daniel Westermann... Note that single expects a single row in the ResultSet...
2008-04-11 Daniel Westermann... Add warnings for non-unique find usage and improve...
2008-03-27 Wallace Reis fixed typos
2008-03-26 Wallace Reis added search_related_rs at resultset
2008-03-11 Ash Berlin Make throw_exception in RS a bit more forgiving too
2008-03-11 Ash Berlin Fix errors from resultset components (and move tests...
2008-02-21 Michael G Schwern Merge 'trunk' into 'cdbicompat_integration'
2008-01-20 Matt S Trout made search_rs smarter about when to preserve the cache...
2008-01-16 Michael G Schwern Merge 'trunk' into 'cdbicompat_integration'
2008-01-07 Tom Hukins Fix class name typo
2007-11-21 Wallace Reis minor fixes for ResultSet docs
2007-10-29 Luke Saunders fixed _merge_attr bug
2007-10-29 Tom Hukins Improve Documentation.
2007-10-21 Jess Robinson Documentation clarifications
2007-10-17 Nigel Metheringham Added reference to RH perl bug at appropriate points
2007-10-04 Marc Mims - Doc patch for using an SQL function on the left side...
2007-10-02 Luke Saunders added comment explaining change
2007-10-02 Luke Saunders fixed find_or_new_related bug
2007-09-14 Matt S Trout Merge 'trunk' into 'cdbicompat_integration'
2007-09-07 Tom Hukins Small POD fix
2007-08-21 Matt S Trout Merge 'trunk' into 'cdbicompat_integration'
2007-08-16 John Napiorkowski -- added some documentation to ->populate to warn peopl...
2007-08-12 Jess Robinson Documentation: cookbook, resultset/create and some...
2007-08-08 Matt S Trout rejig resultset construction for related_resultset
2007-07-27 Matt S Trout initial merge of Schwern's CDBICompat work, with many...
2007-07-17 Matt S Trout fix for count after slice (report and tests from JOHANL)
2007-07-10 John Napiorkowski fixed the trouble with undefs using populate in void...
2007-07-04 Luke Saunders fixed attr merging problem
2007-06-20 Matt S Trout remove rogue use line
2007-06-10 Matt S Trout slight tweak
2007-06-10 Matt S Trout fix page-within-page bug
2007-06-01 Brandon L. Black syntax fix: $#{@x} is invalid syntax that happens to...
2007-05-29 Matt S Trout re-add missing semicolon in pod
2007-05-29 Matt S Trout Merge 'bulk_create' into 'DBIx-Class-current'
2007-05-28 John Napiorkowski Added hack to force wantarray mode if bulk insert can...
2007-05-28 Matt S Trout Merge 'DBIx-Class-current' into 'bulk_create'
2007-05-25 Matt S Trout prefetch/cache fixes for all but find
2007-05-22 Guillermo Roditi fix to t/97result_class.t and fixed tests too
2007-05-21 John Napiorkowski -- added support for belongs_to type relationships...
2007-05-20 Matt S Trout find/next change to return undef rather than () on...
2007-05-19 Matt S Trout Merge 'DBIx-Class-current' into 'bulk_create'
2007-05-19 Matt S Trout Merge 'DBIx-Class-current' into 'bulk_create'
2007-05-19 Matt S Trout result_source must be passed to new_result
2007-05-18 John Napiorkowski -- Additional tests for checking correct autocreation...
2007-05-18 John Napiorkowski -- some additional tests for edge cases
2007-05-17 John Napiorkowski - void context only uses insert bulk now.
2007-05-15 John Napiorkowski Passes all the tests but..
2007-05-14 John Napiorkowski First go at supporting the populate syntax for resultse...
2007-05-11 Matt S Trout multi-create working
2007-05-11 Matt S Trout post-merge fixups
2007-05-11 Matt S Trout Merge 'collapse_result_rewrite' into 'DBIx-Class-current'
2007-05-11 Matt S Trout Merge 'collapse_result_rewrite' into 'DBIx-Class-current'
2007-05-11 Matt S Trout collapse result refac hopefully complete
2007-05-10 Jess Robinson Merge 'DBIx-Class-current' into 'collapse_result_rewrite'
2007-05-08 Ash Berlin Unbreak back-compat
2007-05-01 Brandon L. Black Merge 'trunk' into 'DBIx-Class-current'
2007-04-09 Matt S Trout add SQL::Abstract to search docs (patch from zamolxes)
2007-03-03 David Jack Olrik Reverted accidental 'svk pull' from inside mirrored...
2007-03-03 David Jack Olrik Merge 'trunk' into 'DBIx-Class-current'
2007-02-14 Kieren Diment improved docs for as attrib
2007-01-23 Kieren Diment minor doc improvement to clarify how to do joins
2007-01-20 Matt S Trout half-finished collapse code
2006-12-30 Matt S Trout Merge 'DBIx-Class-current' into 'param_bind'
2006-12-28 Matt S Trout Merge 'source-handle' into 'DBIx-Class-current'
2006-12-28 Matt S Trout Merge 'trunk' into 'DBIx-Class-current'
2006-12-19 Daniel Westermann... fix find_related-based queries to correctly grep the...
2006-11-23 Matt S Trout Merge 'DBIx-Class-current' into 'source-handle'
2006-11-22 David Kamholz fix typo fix
2006-11-22 David Kamholz fix typo
2006-11-22 David Kamholz change monkier => moniker
2006-11-22 David Kamholz Merge 'trunk' into 'DBIx-Class-current'
2006-11-22 David Kamholz add shallow copy of $attrs in ResultSet->new
2006-11-21 Ash Berlin Changed row and rs objects to not have direct handle...
2006-11-20 John Napiorkowski changed storage->insert|update|delete to accept the...
2006-11-18 Ash Berlin Removed Class::Data::Accessor and DBIx::Class::Accessor...
2006-11-18 John Napiorkowski (no commit message)
2006-11-13 Matt S Trout Merge 'trunk' into 'DBIx-Class-current'
2006-11-13 Matt S Trout make multi-return actually work
2006-11-10 Matt S Trout inflate_result can return an array now. somebody write...
2006-10-25 Matt S Trout Merge 'trunk' into 'DBIx-Class-current'
2006-10-21 Matt S Trout I hate you all.
2006-10-12 Brandon L. Black Merge 'trunk' into 'DBIx-Class-current'
2006-10-07 Matt S Trout fixup to work round an aliasing bug
2006-09-12 Brandon L. Black Merge 'trunk' into 'DBIx-Class-current'
2006-08-28 Justin Guenther fixed a bug in ResultSet where passing an empty $cond...
2006-08-22 Brandon L. Black Merge 'trunk' into 'DBIx-Class-current'
2006-08-21 Michael Leuchtenburg Change _cond_for_update_delete to handle more complicat...
2006-08-20 Matt S Trout Merge 'trunk' into 'DBIx-Class-current'
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
next