Introduce GOVERNANCE document and empty RESOLUTIONS file.
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Row.pm
2016-09-30 Peter Rabbitson Audit and minimize use of last major indirect method...
2016-09-27 Henry Van Styn Improve exception text during write operations on unins...
2016-09-27 Peter Rabbitson Promote resolve_relationship_condition to a 1st-class...
2016-09-27 Peter Rabbitson Switch infer_values_based_on to require_join_free_value...
2016-09-27 Peter Rabbitson Some cleanup of the resolve_relationship_condition...
2016-09-19 Peter Rabbitson Centralize specification of expected Result class base...
2016-08-21 Peter Rabbitson Remove bizarre $_[$#_] idiom from the codebase
2016-07-26 Peter Rabbitson Annotate every indirect sugar-method
2016-07-25 Peter Rabbitson Centralize all user-side rsrc calls to go through resul...
2016-07-25 Peter Rabbitson Fold column_info() into columns_info()
2016-07-25 Peter Rabbitson Resolve $rsrc instance duality on metadata traversal
2016-05-19 Peter Rabbitson Properly fix corner case of non-comparing overload
2016-04-28 Peter Rabbitson More indirect call removals: the second part of 77c3a5dc
2016-04-20 Peter Rabbitson Augment the infinite loop fix 4f52479b with the infra...
2016-04-14 Peter Rabbitson Reduce duplicate ->result_source calls where sensible
2016-04-12 Peter Rabbitson And lose yet another dependency: List::Util (yes, I...
2016-02-03 Peter Rabbitson Protect DBIC as best we can from the failure mode in...
2015-11-03 Peter Rabbitson Fix oversight in 096ab902 breaking { -value => $array...
2015-08-12 Peter Rabbitson Switch a couple 'no-brainer' spots to _resolve_relation...
2015-08-12 Peter Rabbitson Fix corner case of stringify-only overloaded values
2015-07-03 Peter Rabbitson Switch a couple 'no-brainer' spots to _resolve_relation...
2015-05-03 Peter Rabbitson Fix corner case of stringify-only overloaded values
2014-10-24 Peter Rabbitson Fix endless loop on BareSourcelessResultClass->throw_ex...
2014-10-24 Peter Rabbitson Minor cleanup
2014-09-24 Peter Rabbitson Clarify licensing, ensure footers are consistent throug...
2014-09-21 Peter Rabbitson A massive amount of link fixes (just links, almost...
2014-09-15 Peter Rabbitson Fix copy() assuming all columns are native
2014-07-29 Peter Rabbitson A little cleanup of ->id callsites (incomplete)
2014-07-27 Peter Rabbitson Fix set_column on non-native (+columns) selections...
2014-07-22 Peter Rabbitson Avoid ResultSourceProxy calls whenever possible
2014-07-19 Peter Rabbitson is_X_value functions introduced in 3705e3b28 migrated...
2014-07-15 Peter Rabbitson Remove double has_column check in new=>store_column
2014-06-11 Peter Rabbitson Pedantry - settle on rel_name vs relname, consistency...
2014-06-11 Peter Rabbitson Fix incorrect handling of custom relationship condition...
2014-06-04 Peter Rabbitson Rename some variables and reformat the FC/IC codepaths...
2014-06-04 Peter Rabbitson Consolidate handling of "is this a literal" and "is...
2014-05-27 Naveed Massjouni Updated discard_changes docs regarding { force_pool...
2014-04-25 Peter Rabbitson Minimal optimization of the new+prefetch codepath ...
2013-10-08 Peter Rabbitson Fix and guard against erroneous use of list context...
2013-08-08 David Steinbrunner typo fixes
2013-06-02 Alexander Hartmaier Replace $row with $result in all docs
2013-05-08 Alexander Hartmaier fixed xt/pod.t failure in Row.pm
2013-04-18 Peter Rabbitson Make 'filter' rels work half-way sanely with partial...
2013-04-17 Peter Rabbitson Reorder prefetch logic for optimal execution (no functi...
2013-04-17 Peter Rabbitson Normalize varnames (zero functional changes)
2013-04-17 Peter Rabbitson Merge branch 'master' into topic/constructor_rewrite
2013-04-04 Peter Rabbitson Make sure external DBIC envvars do not cause tests...
2013-03-10 Peter Rabbitson Scale back validation of the 'as' attribute (revert...
2013-02-20 Peter Rabbitson Modify the null-branch pruning introduced in ce556881...
2013-02-14 Peter Rabbitson Reintroduce conditional null-branch pruning and add...
2013-02-14 Peter Rabbitson And another collapser issue
2013-02-14 Peter Rabbitson Convert in_storage() to a simple accessor (potentially...
2013-02-14 Peter Rabbitson Remove ResultSourceHandle check in inflate_result
2013-02-14 Peter Rabbitson Fix the silly mistake responsible for the drama around...
2013-02-14 Peter Rabbitson Merge branch 'master' into topic/constructor_rewrite
2013-01-25 Peter Rabbitson General cleanup of error messages - quote identifiers...
2013-01-21 Peter Rabbitson Some cleanups around loading/use of DBIx::Class::Except...
2012-12-14 Rafael Kitover Minor clarifications to POD
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'
next