]>
Dogcows Code - chaz/p5-DBIx-Class-ResultSet-RecursiveUpdate/log
Alexander Hartmaier [Mon, 25 Oct 2010 15:16:54 +0000 (17:16 +0200)]
handle DBIx::Class change for find which throws an exception since version > 0.08123
Alexander Hartmaier [Mon, 25 Oct 2010 15:12:23 +0000 (17:12 +0200)]
fixed failing test for undef many-to-many
Alexander Hartmaier [Mon, 25 Oct 2010 15:10:36 +0000 (17:10 +0200)]
perltidy test
Alexander Hartmaier [Mon, 25 Oct 2010 15:10:11 +0000 (17:10 +0200)]
always warn about additional parameters if storage debugging is enabled + tests
Alexander Hartmaier [Sat, 23 Oct 2010 14:44:18 +0000 (16:44 +0200)]
added tests for assigning undef to a many-to-many pseudo rel
Alexander Hartmaier [Sat, 23 Oct 2010 14:43:41 +0000 (16:43 +0200)]
only allow hashrefs being passed to recursive_update and stop doing otherwise internally
Alexander Hartmaier [Sat, 23 Oct 2010 14:41:28 +0000 (16:41 +0200)]
carp if value of many-to-many pseudo rel isn't an arrayref or scalar
Alexander Hartmaier [Sat, 23 Oct 2010 14:35:07 +0000 (16:35 +0200)]
croak instead of carp if fixed_fields isn't an arrayref
Alexander Hartmaier [Sat, 23 Oct 2010 14:20:06 +0000 (16:20 +0200)]
small test improvement
Alexander Hartmaier [Sat, 23 Oct 2010 14:17:58 +0000 (16:17 +0200)]
handle many-to-many pseudo rels separately
Alexander Hartmaier [Sat, 23 Oct 2010 14:16:44 +0000 (16:16 +0200)]
small fixes
Alexander Hartmaier [Sat, 23 Oct 2010 14:13:11 +0000 (16:13 +0200)]
fixed bug where an object that has already been found by its pk is overwritten by an new one and later found again by update_or_create
Alexander Hartmaier [Sat, 23 Oct 2010 14:11:21 +0000 (16:11 +0200)]
don't autovivify an id key in the updates hash
Alexander Hartmaier [Sat, 23 Oct 2010 11:56:36 +0000 (13:56 +0200)]
small performance improvement
Alexander Hartmaier [Sat, 23 Oct 2010 11:34:31 +0000 (13:34 +0200)]
documentation fixes and improvements
Alexander Hartmaier [Sat, 23 Oct 2010 11:32:50 +0000 (13:32 +0200)]
use warnings for tests and some test cleanups
Alexander Hartmaier [Sat, 23 Oct 2010 10:48:17 +0000 (12:48 +0200)]
exclude DBIx::Class, HTML::FormHandler and Try::Tiny from carp blames
Alexander Hartmaier [Sat, 23 Oct 2010 09:39:34 +0000 (11:39 +0200)]
use Carp::Clan instead of warn
Alexander Hartmaier [Fri, 22 Oct 2010 12:47:10 +0000 (14:47 +0200)]
Warn instead of throwing an exception if a key is neither a column, a relationship nor a many-to-many helper.
also added a new api to the resultset api which is able to suppress the
warnings when the second parameter is a hashref containing a key named
unknown_params_ok with a true value.
Alexander Hartmaier [Fri, 22 Oct 2010 12:45:08 +0000 (14:45 +0200)]
doc improvements
Zbigniew Lukasiak [Fri, 22 Oct 2010 12:17:50 +0000 (14:17 +0200)]
test for fixed_fields
Alexander Hartmaier [Tue, 19 Oct 2010 07:29:37 +0000 (09:29 +0200)]
version 0.20
Alexander Hartmaier [Tue, 19 Oct 2010 07:21:48 +0000 (09:21 +0200)]
added John Napiorkowski to the list of authors
Alexander Hartmaier [Tue, 19 Oct 2010 06:59:14 +0000 (08:59 +0200)]
satisfy SynopsisTests
Alexander Hartmaier [Tue, 19 Oct 2010 06:58:46 +0000 (08:58 +0200)]
satisfy UnusedVarsTests
Alexander Hartmaier [Tue, 19 Oct 2010 06:57:58 +0000 (08:57 +0200)]
fixed t/sqlite.t which failed because of missing t/var dir
Alexander Hartmaier [Tue, 19 Oct 2010 06:55:52 +0000 (08:55 +0200)]
satisfy PortabilityTests
Alexander Hartmaier [Tue, 19 Oct 2010 06:54:06 +0000 (08:54 +0200)]
converted to Dist::Zilla
Zbigniew Lukasiak [Wed, 13 Oct 2010 17:53:51 +0000 (19:53 +0200)]
TODO - value of fk from a multi relationship
Zbigniew Lukasiak [Wed, 13 Oct 2010 17:12:51 +0000 (19:12 +0200)]
Merge branch 'master' of http://github.com/abraxxa/DBIx--Class--ResultSet--RecursiveUpdate
Alexander Hartmaier [Mon, 11 Oct 2010 14:29:08 +0000 (16:29 +0200)]
only limit resultset if there are related rows left
Gerda Shank [Wed, 6 Oct 2010 18:37:51 +0000 (14:37 -0400)]
test fails, requiring SQL::Translator >= 0.11006
Alexander Hartmaier [Wed, 6 Oct 2010 14:18:20 +0000 (16:18 +0200)]
gitignore Module::Install temp files
Alexander Hartmaier [Wed, 6 Oct 2010 13:03:32 +0000 (15:03 +0200)]
allow undef for has_many rels in addition to empty arrayref + tests
Alexander Hartmaier [Wed, 6 Oct 2010 12:20:50 +0000 (14:20 +0200)]
gitignore t/var directory contents
Alexander Hartmaier [Wed, 6 Oct 2010 11:52:03 +0000 (13:52 +0200)]
tainted mode doesn't search for module in PERL5LIB path which skips the tests if local::lib or perlbrew is used
Alexander Hartmaier [Wed, 6 Oct 2010 11:25:41 +0000 (13:25 +0200)]
added special handling of has_many rels to tables with a single column pk
Alexander Hartmaier [Tue, 5 Oct 2010 18:03:05 +0000 (20:03 +0200)]
require List::MoreUtils 0.22 for refactored _master_relation_cond
Alexander Hartmaier [Tue, 5 Oct 2010 18:02:13 +0000 (20:02 +0200)]
added support for multi-column has_many relationships
Alexander Hartmaier [Tue, 5 Oct 2010 17:58:36 +0000 (19:58 +0200)]
refactored _master_relation_cond for less parameters
Alexander Hartmaier [Tue, 5 Oct 2010 17:12:04 +0000 (19:12 +0200)]
more debug warnings and comments
Alexander Hartmaier [Tue, 5 Oct 2010 16:56:08 +0000 (18:56 +0200)]
fixed belongs_to rels in Dvd
Alexander Hartmaier [Tue, 5 Oct 2010 16:54:42 +0000 (18:54 +0200)]
perltidy
Alexander Hartmaier [Mon, 4 Oct 2010 15:43:13 +0000 (17:43 +0200)]
simplification
Alexander Hartmaier [Mon, 4 Oct 2010 15:41:52 +0000 (17:41 +0200)]
more relationship validation in _update_relation
Alexander Hartmaier [Mon, 4 Oct 2010 15:24:22 +0000 (17:24 +0200)]
add_relationship without the accessor attribute is invalid
Alexander Hartmaier [Mon, 4 Oct 2010 14:33:33 +0000 (16:33 +0200)]
check for nonexisting column, relationship, many-to-many helper accessor or generic accessor
Alexander Hartmaier [Mon, 4 Oct 2010 12:05:57 +0000 (14:05 +0200)]
don't try to use ->resolve_condition which was deprecated in DBIx::Class 0.08103 and bump the DBIx::Class requirement
Alexander Hartmaier [Mon, 4 Oct 2010 11:53:33 +0000 (13:53 +0200)]
moved relationship_info inside _update_relation instead of passing it around
Alexander Hartmaier [Mon, 4 Oct 2010 11:46:44 +0000 (13:46 +0200)]
rename $related_result -> $related_resultset
Alexander Hartmaier [Mon, 4 Oct 2010 11:38:31 +0000 (13:38 +0200)]
don't pass whole updates hashref to _update_relation
Alexander Hartmaier [Mon, 4 Oct 2010 11:06:12 +0000 (13:06 +0200)]
perltidy
Alexander Hartmaier [Mon, 4 Oct 2010 10:39:24 +0000 (12:39 +0200)]
docs for if_not_submitted parameter
Alexander Hartmaier [Fri, 1 Oct 2010 16:45:33 +0000 (18:45 +0200)]
added docs about treatment of belongs_to, might_have and has_many relationships
Zbigniew Lukasiak [Thu, 20 May 2010 17:50:17 +0000 (19:50 +0200)]
apparently newer DBIC requires SQL::Translator => 0.11005
Zbigniew Lukasiak [Tue, 18 May 2010 19:38:24 +0000 (21:38 +0200)]
test for deleting a might_have
Gerda Shank [Fri, 7 May 2010 15:56:45 +0000 (11:56 -0400)]
avoid uninitialized string warnings
John Napiorkowski [Thu, 8 Apr 2010 15:47:29 +0000 (23:47 +0800)]
tweaked docs and rebuild readme
John Napiorkowski [Thu, 8 Apr 2010 15:45:08 +0000 (23:45 +0800)]
updated readme
John Napiorkowski [Thu, 8 Apr 2010 15:40:35 +0000 (23:40 +0800)]
updated version
Zbigniew Lukasiak [Tue, 6 Apr 2010 08:37:19 +0000 (10:37 +0200)]
merge conflict resolved
John Napiorkowski [Mon, 5 Apr 2010 14:41:42 +0000 (10:41 -0400)]
test case for might_have and another minor bug fix
Gerda Shank [Sun, 4 Apr 2010 19:33:22 +0000 (15:33 -0400)]
Merge branch 'master' of github.com:zby/DBIx--Class--ResultSet--RecursiveUpdate
John Napiorkowski [Fri, 2 Apr 2010 16:35:01 +0000 (12:35 -0400)]
skip trying to create a might_have relationship if there is no data to insert
John Napiorkowski [Fri, 2 Apr 2010 16:35:01 +0000 (12:35 -0400)]
skip trying to create a might_have relationship if there is no data to insert
zby [Sat, 20 Mar 2010 13:56:43 +0000 (14:56 +0100)]
A test case from Amiri
zby [Sat, 6 Feb 2010 19:16:30 +0000 (20:16 +0100)]
Merge branch 'master' of git@github.com:zby/DBIx--Class--ResultSet--RecursiveUpdate
zby [Sat, 6 Feb 2010 19:15:37 +0000 (20:15 +0100)]
checking for table existande before adding add_drop_table
Gerda Shank [Sat, 6 Feb 2010 18:20:18 +0000 (13:20 -0500)]
oops. put back db file.
Gerda Shank [Sat, 6 Feb 2010 15:12:44 +0000 (10:12 -0500)]
remove binary db file
Gerda Shank [Sat, 6 Feb 2010 15:09:49 +0000 (10:09 -0500)]
use Module::Install makefile; avoid TZ messages
Gerda Shank [Sat, 6 Feb 2010 14:43:39 +0000 (09:43 -0500)]
bring repo up to cpan level
Zbigniew Lukasiak [Wed, 19 Aug 2009 17:15:41 +0000 (19:15 +0200)]
updating related many to many
Zbigniew Lukasiak [Sun, 16 Aug 2009 11:41:27 +0000 (13:41 +0200)]
Readonly to prereqs
Zbigniew Lukasiak [Sat, 20 Jun 2009 17:16:58 +0000 (19:16 +0200)]
not using version.pm
Zbigniew Lukasiak [Sat, 20 Jun 2009 14:56:05 +0000 (16:56 +0200)]
META is generated automatically
Zbigniew Lukasiak [Sat, 20 Jun 2009 14:51:26 +0000 (16:51 +0200)]
resolve merge conflict
Zbigniew Lukasiak [Sat, 20 Jun 2009 14:46:29 +0000 (16:46 +0200)]
release
Gerda Shank [Sat, 20 Jun 2009 11:55:13 +0000 (07:55 -0400)]
Update old META.yml
Zbigniew Lukasiak [Thu, 11 Jun 2009 07:19:29 +0000 (09:19 +0200)]
if_not_submitted
Zbigniew Lukasiak [Wed, 10 Jun 2009 20:55:15 +0000 (22:55 +0200)]
Relating an unrelated record with composed pk
Zbigniew Lukasiak [Thu, 21 May 2009 13:33:36 +0000 (15:33 +0200)]
using _resolve_condition
zby [Fri, 15 May 2009 21:21:24 +0000 (21:21 +0000)]
prereqs updated
zby [Fri, 15 May 2009 14:04:32 +0000 (14:04 +0000)]
docs fix
zby [Fri, 15 May 2009 09:10:01 +0000 (09:10 +0000)]
release preparations
zby [Thu, 14 May 2009 14:55:06 +0000 (14:55 +0000)]
accepting undef instead of [] for m2m
zby [Tue, 12 May 2009 19:21:58 +0000 (19:21 +0000)]
m2m accepts one element instead of an arrayref; id as generic pk
zby [Thu, 7 May 2009 19:15:44 +0000 (19:15 +0000)]
Related rows by id
zby [Wed, 6 May 2009 19:12:19 +0000 (19:12 +0000)]
using non-column, non-relation methods
zby [Mon, 4 May 2009 22:30:59 +0000 (22:30 +0000)]
might_have with non pk fk
zby [Mon, 20 Apr 2009 00:11:07 +0000 (00:11 +0000)]
Fixed test library
zby [Sun, 19 Apr 2009 09:24:23 +0000 (09:24 +0000)]
Functional interface
zby [Fri, 20 Feb 2009 12:54:10 +0000 (12:54 +0000)]
License in Makefile.PL
zby [Tue, 17 Feb 2009 08:12:34 +0000 (08:12 +0000)]
added prerequisites
zby [Tue, 17 Feb 2009 08:11:53 +0000 (08:11 +0000)]
added prerequisites
zby [Tue, 17 Feb 2009 08:11:10 +0000 (08:11 +0000)]
added prerequisites
zby [Mon, 16 Feb 2009 17:25:51 +0000 (17:25 +0000)]
experimental
zby [Mon, 16 Feb 2009 17:19:22 +0000 (17:19 +0000)]
MANIFEST update
zby [Mon, 16 Feb 2009 13:18:14 +0000 (13:18 +0000)]
one less warning in tests
zby [Mon, 16 Feb 2009 13:17:04 +0000 (13:17 +0000)]
compatible with 0.08012
This page took 0.053259 seconds and 4 git commands to generate.