removed ->reload_row from storage, changed this to a method based on the actual row...
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Row.pm
2008-06-19 John Napiorkowski removed ->reload_row from storage, changed this to...
2008-06-11 Jess Robinson Add docs to update mentioning scalar refs and discard_c...
2008-05-08 Nigel Metheringham cascade_copy docs - takes from osdir.com/ml/lang.perl...
2008-03-11 Matt S Trout Merge 'oracle_sequence' into 'trunk'
2008-03-07 Michael G Schwern Merge 'trunk' into 'cdbicompat_integration'
2008-03-06 Jess Robinson Random pod/doc pokage
2008-02-21 Michael G Schwern Merge 'trunk' into 'cdbicompat_integration'
2008-02-13 Michael G Schwern Test that DateTime objects can safely be updated twice...
2008-02-10 Ash Berlin Add txn_scope_guard method/object
2008-01-25 Tom Hukins Fix a typo and a couple of links.
2008-01-16 Michael G Schwern Merge 'trunk' into 'cdbicompat_integration'
2008-01-11 Nigel Metheringham Copied documentation for id ...
2008-01-03 Yuval Kogman introduce set_inflated_columns
2007-12-11 Wallace Reis minor doc fix
2007-11-15 Tom Hukins Remove an unneeded requirement.
2007-11-15 Ash Berlin Fix t/82cascade_copy.t
2007-11-06 Johannes Plunien update row object after storage has run the insert...
2007-10-22 Luke Saunders fixed problem with duplicate related objects for Row...
2007-08-21 Matt S Trout Merge 'trunk' into 'cdbicompat_integration'
2007-08-12 Jess Robinson Documentation: cookbook, resultset/create and some...
2007-08-11 Ash Berlin Remove warn statement
2007-07-27 Matt S Trout initial merge of Schwern's CDBICompat work, with many...
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
next