]> Dogcows Code - chaz/p5-DBIx-Class-ResultSet-RecursiveUpdate/shortlog
chaz/p5-DBIx-Class-ResultSet-RecursiveUpdate
2011-02-09  Alexander Hartmaierfixed updating of nullable has_many rels (RT#65561)
2011-02-09  Alexander Hartmaierfixed deprecated search condition
2010-10-28  Alexander Hartmaierversion 0.21
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 Hartmaierperltidy test
2010-10-25  Alexander Hartmaieralways warn about additional parameters if storage...
2010-10-23  Alexander Hartmaieradded tests for assigning undef to a many-to-many pseud...
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 Hartmaiersmall test improvement
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 Hartmaieruse warnings for tests and some test cleanups
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-22  Zbigniew Lukasiaktest for fixed_fields
2010-10-19  Alexander Hartmaierversion 0.20
2010-10-19  Alexander Hartmaieradded John Napiorkowski to the list of authors
2010-10-19  Alexander Hartmaiersatisfy SynopsisTests
2010-10-19  Alexander Hartmaiersatisfy UnusedVarsTests
2010-10-19  Alexander Hartmaierfixed t/sqlite.t which failed because of missing t...
2010-10-19  Alexander Hartmaiersatisfy PortabilityTests
2010-10-19  Alexander Hartmaierconverted to Dist::Zilla
2010-10-13  Zbigniew LukasiakTODO - value of fk from a multi relationship
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  Gerda Shanktest fails, requiring SQL::Translator >= 0.11006
2010-10-06  Alexander Hartmaiergitignore Module::Install temp files
2010-10-06  Alexander Hartmaierallow undef for has_many rels in addition to empty...
2010-10-06  Alexander Hartmaiergitignore t/var directory contents
2010-10-06  Alexander Hartmaiertainted mode doesn't search for module in PERL5LIB...
2010-10-06  Alexander Hartmaieradded special handling of has_many rels to tables with...
2010-10-05  Alexander Hartmaierrequire List::MoreUtils 0.22 for refactored _master_rel...
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-05  Alexander Hartmaierfixed belongs_to rels in Dvd
2010-10-05  Alexander Hartmaierperltidy
2010-10-04  Alexander Hartmaiersimplification
2010-10-04  Alexander Hartmaiermore relationship validation in _update_relation
2010-10-04  Alexander Hartmaieradd_relationship without the accessor attribute is...
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-20  Zbigniew Lukasiakapparently newer DBIC requires SQL::Translator => 0...
2010-05-18  Zbigniew Lukasiaktest for deleting a might_have
2010-05-07  Gerda Shankavoid uninitialized string warnings
2010-04-08  John Napiorkowskitweaked docs and rebuild readme
2010-04-08  John Napiorkowskiupdated 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-03-20  zbyA test case from Amiri
2010-02-06  zbyMerge branch 'master' of git@github.com:zby/DBIx--Class...
2010-02-06  zbychecking for table existande before adding add_drop_table
2010-02-06  Gerda Shankoops. put back db file.
2010-02-06  Gerda Shankremove binary db file
2010-02-06  Gerda Shankuse Module::Install makefile; avoid TZ messages
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 LukasiakMETA is generated automatically
2009-06-20  Zbigniew Lukasiakresolve merge conflict
2009-06-20  Zbigniew Lukasiakrelease
2009-06-20  Gerda ShankUpdate old META.yml
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-20  zbyLicense in Makefile.PL
2009-02-17  zbyadded prerequisites
2009-02-17  zbyadded prerequisites
next
This page took 0.044117 seconds and 4 git commands to generate.