applied patch from davinch: fix bug with create_multi not inserting non-storage objects
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Row.pm
2007-07-26 Luke Saunders applied patch from davinch: fix bug with create_multi...
2007-07-10 Matt S Trout fixes to multi-create
2007-07-04 Jess Robinson Fixup indenting/code style
2007-06-20 Matt S Trout probably fix bulk_create
2007-06-13 Matt S Trout make last_insert_id take multiple column names
2007-06-12 Brandon L. Black small throw_exception fixes
2007-06-07 Matt S Trout Merge 'trunk' into 'DBIx-Class-current'
2007-06-07 Matt S Trout test fixups
2007-05-29 Matt S Trout fix up stupid mistake I made merging
2007-05-29 Matt S Trout Merge 'bulk_create' into 'DBIx-Class-current'
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 Christopher H. Laco added get_inflated_columns to Row
2007-05-11 Jess Robinson Check rel_in_storage in Row::insert, only insert rel...
2007-05-11 Matt S Trout minor fixup to bulk_create
2007-05-11 Matt S Trout multi-create working
2007-05-08 Jess Robinson Merge 'DBIx-Class-current' into 'bulk_create'
2007-05-08 Ash Berlin Move -result_source handling further up
2007-05-08 Ash Berlin Unbreak back-compat
2007-05-05 Jess Robinson Fix jess-is-a-idiot bug..
2007-05-03 Jess Robinson Merge 'DBIx-Class-current' into 'bulk_create'
2007-05-01 Brandon L. Black Merge 'trunk' into 'DBIx-Class-current'
2007-03-10 Jess Robinson Fix updates with multi-create syntax
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-06 Jess Robinson Add PK::Auto to Row/insert for now, could be prettier
2007-02-05 Ash Berlin Backed out my r3073, and doc'd the fact that it takes...
2007-02-03 Ash Berlin Made ->update not change the hashref passed in (with...
2007-01-20 Jess Robinson Merge 'DBIx-Class-current' into 'bulk_create'
2007-01-18 Jess Robinson First attempt..
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 Ash Berlin Fixed problem with cdbi-t/13constrain.t
2006-12-11 Brandon L. Black Merge 'trunk' into 'DBIx-Class-current'
2006-12-11 Brandon L. Black better fix for pk mutation based on mst irc conversation
2006-12-11 Brandon L. Black allow pk mutation via column accessor + update
2006-12-02 David Kamholz tiny cosmetic fixes
2006-12-02 David Kamholz inline relationship and inflate code for new, update...
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 Merge 'trunk' into 'DBIx-Class-current'
2006-11-22 David Kamholz re-commit minimal pk-mutation in update(), with test
2006-11-22 David Kamholz revert update() change
2006-11-22 David Kamholz - slight optimization to ident_condition in PK.pm
2006-11-21 Ash Berlin Missed a reference to {result_source}
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-10-21 Matt S Trout I hate you all.
2006-08-24 K J Cheetham Documentation fixes.
2006-08-16 Jesse Sheidlower minor doc clarifications
2006-07-28 Daniel Westermann... Remove anonymous blesses to avoid major speed hit on...
2006-06-18 David Kamholz InflateColumn re-refactor
2006-06-17 David Kamholz inflate refactor
2006-05-31 Nigel Metheringham POD::Coverage additions
2006-05-06 Jess Robinson Experiments in versioning..
2006-04-19 Matt S Trout Merge 'trunk' into 'DBIx-Class-current'
2006-04-19 Matt S Trout nuked last remaining each uses. just because.
2006-04-19 Matt S Trout Fix to copy
2006-03-28 Matt S Trout Merge 'trunk' into 'DBIx-Class-current'
2006-03-27 Aran Deltac New is_column_changed method in DBIC::Row.
2006-03-26 Brandon L. Black Merge 'trunk' into 'DBIx-Class-current'
2006-03-26 Brandon L. Black converted tabs to spaces, removed trailing whitespace
2006-03-25 Justin Guenther removed parentheses from argument lists in docs
2006-03-24 Aran Deltac Spleling fixes all over.
2006-03-24 Justin Guenther changed formatting for arguments/return values in metho...
2006-03-13 Marcus Ramberg fix for hm prefetch and test.
2006-03-09 David Kamholz more small cleanup, rename insert_or_update to update_o...
2006-03-09 David Kamholz more assorted kleenoops
2006-03-08 Matt S Trout has_many prefetch works. no, seriously
2006-03-08 Marcus Ramberg added has_column_loaded
2006-03-08 Matt S Trout partially working has_many prefetch
2006-03-07 Marcus Ramberg more error messages.
2006-03-01 Matt S Trout half unpicked has_many prefetch mess
2006-02-22 Will Hawes nested has_many prefetch + tests
2006-02-19 Jess Robinson Explicit return added
2006-02-19 David Kamholz minor optimization to Row.pm
2006-02-19 Matt S Trout Merge 'trunk' into 'DBIx-Class-current'
2006-02-18 Brandon L. Black pod =head3 Arguments stuff
2006-02-15 Matt S Trout Merge 'trunk' into 'DBIx-Class-current'
2006-02-15 Matt S Trout made update(\%hash) work on row as well as rs
2006-02-15 Will Hawes introduce row caching using related_resultset; has_many...
2006-02-14 Matt S Trout added cascade_copy relationship attribute
2006-02-14 Matt S Trout Improvements to copy() and set_from_related() code
2006-02-12 David Kamholz put last change in trunk
2006-02-12 David Kamholz - allow specification of related columns via cols attr...
2006-02-07 David Kamholz doc fixes
2006-02-07 Brandon L. Black prevent accidental table-wide update/delete on row...
2006-01-31 Brandon L. Black some trivial fixes for "TEST_POD=1 make test" failures
2006-01-28 Matt S Trout Added accessor => option to column_info to specify...
2006-01-27 Marcus Ramberg handle the throw_exception bit. Drop DBIx::Class::Exception
2006-01-20 Marcus Ramberg use croak instead of die for user errors.
2006-01-20 Matt S Trout register_resultset, Cursor fixes
2006-01-20 Matt S Trout Added register_column API
2006-01-20 Matt S Trout Moved to prepare_cached for everything, using $f_active...
2006-01-18 Matt S Trout Eliminated result_source_instance requirement in Schema
2006-01-16 Matt S Trout result_source is now AN ACCESSOR. w00000
2006-01-16 Matt S Trout Changed result_source to result_source_instance in...
2006-01-16 Matt S Trout More internals cleanup, separated out ResultSourceInsta...
next