Spellcheck (jawnsy++)
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Row.pm
2010-02-15 Peter Rabbitson Spellcheck (jawnsy++)
2010-02-08 Peter Rabbitson Merge fix of RT54039 from prefetch branch
2010-02-08 Peter Rabbitson Fix some fallout
2010-02-08 Peter Rabbitson Cleanup rel accessor type handling
2010-01-22 Arthur Axel "fREW... fix name of _is_numeric to _is_column_numeric
2010-01-22 Arthur Axel "fREW... add _is_numeric to ::Row
2010-01-15 Peter Rabbitson RT52674
2010-01-08 Peter Rabbitson Resolve problem reported by lists.scsys.co.uk/pipermail...
2009-11-26 Peter Rabbitson Fix for rt46953
2009-11-24 Peter Rabbitson Better naming and a bit leaner implementation. Main...
2009-11-12 Peter Rabbitson Fix return value of in_storage
2009-09-18 Peter Rabbitson Cleanup exception handling
2009-08-11 Peter Rabbitson Fix an obscure regression when inserting an object...
2009-08-09 Peter Rabbitson Merge 'trunk' into 'multicreate_fixes'
2009-08-09 Peter Rabbitson Optimize handling of {_rel_in_storage}, greatly reducin...
2009-08-07 Peter Rabbitson Move discard_changes code to Row.pm, better docs
2009-08-04 Peter Rabbitson Merge 'trunk' into 'multicreate_fixes'
2009-07-09 John Napiorkowski big update to the test suite so that we now check to...
2009-07-02 Peter Rabbitson Merge 'trunk' into 'mssql_top_fixes'
2009-07-02 Peter Rabbitson Apparent fix - simply delay the in_storage flagging...
2009-07-02 Peter Rabbitson Merge 'trunk' into 'mssql_top_fixes'
2009-07-01 Peter Rabbitson Optimize set_column on uninserted objects
2009-07-01 Peter Rabbitson Clarify exception text
2009-06-30 Arthur Axel "fREW... silly misspells and trailing whitespace
2009-06-30 Peter Rabbitson clarify
2009-06-30 Peter Rabbitson Allow broken resultsource-class-derived objects to...
2009-06-21 Peter Rabbitson make_column_dirty fix
2009-06-14 Peter Rabbitson Lapse in copy() docs
2009-06-12 Tim Bunce Added reference to get_inflated_columns in get_columns...
2009-06-12 Peter Rabbitson This is not update_or_create - create any non-belongs_t...
2009-06-11 Peter Rabbitson Use equality, not comparison
2009-06-10 Peter Rabbitson Datatype aware update works
2009-05-19 Peter Rabbitson Hide resultsource methods that should have never been...
2009-05-08 Peter Rabbitson Documentation patch by nniuq
2009-05-08 Peter Rabbitson Throw away some debugging code
2009-04-29 Peter Rabbitson test and patch for failing mini-prefetch via columns...
2009-04-25 Jess Robinson Docs on using multiple db schemas (from abraxxa maybe...
2009-03-28 Peter Rabbitson Clarify DBIC behavior wrt RDBMS default values
2009-03-23 Guillermo Roditi skip test doc issue relating to db-side defaults
2009-02-27 Peter Rabbitson Throw away namespace::clean dependency
2009-02-20 Matt S Trout fix test bug, also: fuck you, multi create
2009-02-20 Matt S Trout more mc fixes
2009-02-20 Matt S Trout prevent objects implicitly passed via new_related havin...
2009-02-20 Matt S Trout add DBIC_MULTICREATE_DEBUG, fix one bug with column...
2009-02-10 Jason M. Mills Merge 'trunk' into 'rt_bug_41083'
2009-02-09 Guillermo Roditi backporting the set_column/store_column fix
2009-02-04 Guillermo Roditi use store_column instead of set_column on insert
2008-12-21 Peter Rabbitson delete() POD patch from Michael Hendricks (slightly...
2008-11-22 Jess Robinson Crazy ass multi create fixes..
2008-11-20 Peter Rabbitson Trunk passes tests again - todoify everything multicrea...
2008-11-07 Peter Rabbitson Fix loss of objects on multicreate over several 1:M...
2008-10-30 Peter Rabbitson add some things to castaway's rewrite
2008-10-29 Jess Robinson Standardising and improving Row's docs. Added cross...
2008-10-27 Peter Rabbitson dirty_column detection in set_column() should not depen...
2008-10-24 Peter Rabbitson Massive multi-create testing, with two regression fixes:
2008-09-16 Matt S Trout fixup get_from_storage and delete to use original ident
2008-08-26 Matt S Trout fix related resultsets and multi-create
2008-07-07 John Napiorkowski updated documentation, adding some hints and details...
2008-07-07 John Napiorkowski added some notes in the tests and fixed get_from_storag...
2008-07-07 John Napiorkowski removed some debugging comments, removed transaction...
2008-07-07 John Napiorkowski Merge 'trunk' into 'replication_dedux'
2008-06-19 John Napiorkowski renamed get_current_storage to get_from_storage since...
2008-06-19 John Napiorkowski removed ->reload_row from storage, changed this to...
2008-06-19 Cory G Watson Add make_column_dirty to Row (per request from #dbix...
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
next