Refactor insert logic (Row should not handle SQLA options)
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Row.pm
2010-11-10 Peter Rabbitson Refactor insert logic (Row should not handle SQLA options)
2010-11-10 Peter Rabbitson Introduce columns_info, switch a large portion of the...
2010-10-22 Peter Rabbitson Return a unique list of k/vs from get_inflated_columns
2010-10-18 Aaron Crane Doc fix: DBIx::Class::Row->discard_changes documented...
2010-09-21 Mark Dominus fix precedence error in Row->_is_column_numeric
2010-08-07 Peter Rabbitson New $dbh capability handling - allows someone to say
2010-06-03 Peter Rabbitson Better exception before actually fixing this error...
2010-06-03 Peter Rabbitson Improve error message on UD operation failures due...
2010-06-01 Rafael Kitover use namespace::cleaned out imports for some common...
2010-05-31 Arthur Axel "fREW... use namespace::clean w/ Try::Tiny
2010-05-30 Peter Rabbitson Fix MC double-object creation (important for e.g. IC...
2010-05-25 Peter Rabbitson More try::tiny conversions
2010-05-11 Peter Rabbitson Merge 'filter_column' into 'trunk'
2010-05-07 Nigel Metheringham empty update OK even if row is not in database (fixed2)
2010-05-07 Nigel Metheringham empty update OK even if row is not in database (fixed)
2010-05-07 Nigel Metheringham empty update OK even if row is not in database
2010-05-06 Peter Rabbitson Play nicer with lower-level methods
2010-05-05 Peter Rabbitson Merge 'trunk' into 'filter_column'
2010-04-14 Peter Rabbitson Not sure how this was never noticed, but it definitely...
2010-04-14 Peter Rabbitson Fix exception message
2010-04-08 Peter Rabbitson Make the insert_returning capability private (and saner...
2010-03-29 Peter Rabbitson pod error
2010-03-24 Peter Rabbitson Cosmetics + changes
2010-03-24 Peter Rabbitson Really fix INSERT RETURNING - simply make it a flag...
2010-03-23 Rafael Kitover fix sort
2010-03-22 Peter Rabbitson Even cleaner way of handling returning (no column inter...
2010-03-13 Moritz Onken reverting 8995, was supposed to go to a branch
2010-03-13 Moritz Onken call inflate_result on new_result, but not from the...
2010-03-07 Rafael Kitover Merge 'storage-interbase' into 'trunk'
2010-03-07 Peter Rabbitson Fix MC bug reported by felix
2010-03-06 Rafael Kitover Merge 'trunk' into 'storage-interbase'
2010-03-06 Rafael Kitover remove that code for non-pk autoincs from Row, move...
2010-03-06 Peter Rabbitson Merge 'trunk' into 'pod_fixes'
2010-03-06 Peter Rabbitson Improve POD about PKs and why they matter
2010-03-05 Rafael Kitover Merge 'trunk' into 'storage-interbase'
2010-03-04 Peter Rabbitson Fix identity fiasco
2010-02-19 Rafael Kitover Merge 'trunk' into 'storage-interbase'
2010-02-15 Nuba Princigalli spelling fixes in the documaentation, sholud be gud...
2010-02-15 Peter Rabbitson Spellcheck (jawnsy++)
2010-02-13 Rafael Kitover fix fail in t/72pg.t related to new autoinc retrieval...
2010-02-08 Rafael Kitover Merge 'trunk' into 'storage-interbase'
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-02-05 Rafael Kitover fix up my Row code for non-pk autoincs, add pretty...
2010-02-04 Rafael Kitover limit and better autoinc for Firebird
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...
next