More documentation improvements in the spirit of fb13a49f
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Row.pm
2012-12-13 Brendan Byrd More documentation improvements in the spirit of fb13a49f
2012-12-11 Brendan Byrd Various other POD fixes
2012-12-10 Brendan Byrd Various method POD changes
2012-12-09 Brendan Byrd AUTHORS mass update; mst doesn't have to take credit...
2012-08-23 Peter Rabbitson Back out constructor/prefetch rewrite introduced mainly...
2012-04-16 Peter Rabbitson Cleanup of stale constructor codepath comments
2012-04-16 Peter Rabbitson Initial full test pass - all fetches are eager for now
2012-04-16 Peter Rabbitson Merge branch 'master' into topic/constructor_rewrite
2012-03-23 Brendan Byrd Some minor POD corrections
2012-03-02 Moritz Onken implemented _collapse_result and _merge_result
2011-10-25 Peter Rabbitson Throw a sensible error when a malformed 'as'-spec is...
2011-06-17 Peter Rabbitson More robust insert() logic to avoid undef warnings
2011-06-07 Peter Rabbitson Augment shorsighted code change in 5ef76b8b
2011-06-05 Peter Rabbitson Rewrite handling of "storage-side old values" both...
2011-05-24 Moritz Lenz [docs] remove a stray "1;"
2011-04-16 Robert Bohne Add retrieve_on_insert column_info flag, to autoretriev...
2011-04-07 Peter Rabbitson Merge branch 0.08200_track into master
2011-03-22 Peter Rabbitson Cleanup that namespacing mess
2011-01-20 Peter Rabbitson Pass relationship name to _resolve_condition explicitly
2011-01-19 Peter Rabbitson Start calling result_source_instance automatically...
2011-01-13 Peter Rabbitson Cleanup ResultSourceHandle handling after M.A.D. introd...
2011-01-13 Peter Rabbitson Introduce M.A.D. within the schema/source instance...
2010-12-02 Peter Rabbitson Make the has-ident check in Row->update even lazier
2010-12-01 Peter Rabbitson Keep belongs_to related object / fk values in sync
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
next