]> Dogcows Code - chaz/p5-DBIx-Class-ResultSet-RecursiveUpdate/history - lib/DBIx/Class/ResultSet/RecursiveUpdate.pm
add test script for mysql
[chaz/p5-DBIx-Class-ResultSet-RecursiveUpdate] / lib / DBIx / Class / ResultSet / RecursiveUpdate.pm
2012-03-22  Charles McGarveypartial fix for #69624
2011-02-09  Alexander Hartmaierfixed usage with moosified resultsets (RT#64773)
2011-02-09  Alexander Hartmaierfixed updating of nullable has_many rels (RT#65561)
2010-10-27  Alexander Hartmaiersimplified missing pk column detection
2010-10-25  Alexander Hartmaierdon't try to find if not all pk col values are available
2010-10-25  Alexander Hartmaierhandle DBIx::Class change for find which throws an...
2010-10-25  Alexander Hartmaierfixed failing test for undef many-to-many
2010-10-25  Alexander Hartmaieralways warn about additional parameters if storage...
2010-10-23  Alexander Hartmaieronly allow hashrefs being passed to recursive_update...
2010-10-23  Alexander Hartmaiercarp if value of many-to-many pseudo rel isn't an array...
2010-10-23  Alexander Hartmaiercroak instead of carp if fixed_fields isn't an arrayref
2010-10-23  Alexander Hartmaierhandle many-to-many pseudo rels separately
2010-10-23  Alexander Hartmaiersmall fixes
2010-10-23  Alexander Hartmaierfixed bug where an object that has already been found...
2010-10-23  Alexander Hartmaierdon't autovivify an id key in the updates hash
2010-10-23  Alexander Hartmaiersmall performance improvement
2010-10-23  Alexander Hartmaierdocumentation fixes and improvements
2010-10-23  Alexander Hartmaierexclude DBIx::Class, HTML::FormHandler and Try::Tiny...
2010-10-23  Alexander Hartmaieruse Carp::Clan instead of warn
2010-10-22  Alexander HartmaierWarn instead of throwing an exception if a key is neith...
2010-10-22  Alexander Hartmaierdoc improvements
2010-10-19  Alexander Hartmaiersatisfy SynopsisTests
2010-10-19  Alexander Hartmaiersatisfy UnusedVarsTests
2010-10-19  Alexander Hartmaierconverted to Dist::Zilla
2010-10-13  Zbigniew LukasiakMerge branch 'master' of http://github.com/abraxxa...
2010-10-11  Alexander Hartmaieronly limit resultset if there are related rows left
2010-10-06  Alexander Hartmaierallow undef for has_many rels in addition to empty...
2010-10-06  Alexander Hartmaieradded special handling of has_many rels to tables with...
2010-10-05  Alexander Hartmaieradded support for multi-column has_many relationships
2010-10-05  Alexander Hartmaierrefactored _master_relation_cond for less parameters
2010-10-05  Alexander Hartmaiermore debug warnings and comments
2010-10-04  Alexander Hartmaiersimplification
2010-10-04  Alexander Hartmaiermore relationship validation in _update_relation
2010-10-04  Alexander Hartmaiercheck for nonexisting column, relationship, many-to...
2010-10-04  Alexander Hartmaierdon't try to use ->resolve_condition which was deprecat...
2010-10-04  Alexander Hartmaiermoved relationship_info inside _update_relation instead...
2010-10-04  Alexander Hartmaierrename $related_result -> $related_resultset
2010-10-04  Alexander Hartmaierdon't pass whole updates hashref to _update_relation
2010-10-04  Alexander Hartmaierperltidy
2010-10-04  Alexander Hartmaierdocs for if_not_submitted parameter
2010-10-01  Alexander Hartmaieradded docs about treatment of belongs_to, might_have...
2010-05-07  Gerda Shankavoid uninitialized string warnings
2010-04-08  John Napiorkowskitweaked docs and rebuild readme
2010-04-08  John Napiorkowskiupdated version
2010-04-06  Zbigniew Lukasiakmerge conflict resolved
2010-04-05  John Napiorkowskitest case for might_have and another minor bug fix
2010-04-04  Gerda ShankMerge branch 'master' of github.com:zby/DBIx--Class...
2010-04-04  John Napiorkowskiskip trying to create a might_have relationship if...
2010-04-02  John Napiorkowskiskip trying to create a might_have relationship if...
2010-02-06  Gerda Shankbring repo up to cpan level
2009-08-19  Zbigniew Lukasiakupdating related many to many
2009-08-16  Zbigniew LukasiakReadonly to prereqs
2009-06-20  Zbigniew Lukasiaknot using version.pm
2009-06-20  Zbigniew Lukasiakresolve merge conflict
2009-06-20  Zbigniew Lukasiakrelease
2009-06-11  Zbigniew Lukasiakif_not_submitted
2009-06-10  Zbigniew LukasiakRelating an unrelated record with composed pk
2009-05-21  Zbigniew Lukasiakusing _resolve_condition
2009-05-15  zbyprereqs updated
2009-05-15  zbydocs fix
2009-05-15  zbyrelease preparations
2009-05-14  zbyaccepting undef instead of [] for m2m
2009-05-12  zbym2m accepts one element instead of an arrayref; id...
2009-05-07  zbyRelated rows by id
2009-05-06  zbyusing non-column, non-relation methods
2009-05-04  zbymight_have with non pk fk
2009-04-20  zbyFixed test library
2009-04-19  zbyFunctional interface
2009-02-17  zbyadded prerequisites
2009-02-16  zbyexperimental
2009-02-16  zbyMANIFEST update
2009-02-16  zbycompatible with 0.08012
2009-02-16  zbyfixed_fields as array
2009-02-03  zbyfixed_columns not merged into update
2009-02-03  zbyperltidy
2009-02-03  zbytests from multicreate
2009-02-02  zbya bit of refactoring
2009-02-02  zbygot rid of the requirement to add id => undef
2009-02-02  zbyworkaround for updating records with might_have plus...
2009-01-30  zbycode for resolving
2009-01-29  zbycolumns first
2009-01-25  zbyfix for a new record that belongs to an old one; accept...
2008-11-26  zbyusing Introspectable
2008-11-13  zbyhashrefs in m2m
2008-11-06  zbyinsert in ResultSet now recurses - we don't want this
2008-10-07  zbyDoc changes.
2008-10-07  zbyis_m2m and get_m2m_source methods added
2008-10-01  zbyWorkaround not needed any more
2008-09-30  zbyUpdated to curren DBIC.
2008-09-22  zbyInitial
This page took 0.047133 seconds and 6 git commands to generate.