]>
Dogcows Code - chaz/p5-DBIx-Class-ResultSet-RecursiveUpdate/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
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
zby [Mon, 16 Feb 2009 12:45:27 +0000 (12:45 +0000)]
fixed_fields as array
zby [Tue, 3 Feb 2009 12:21:49 +0000 (12:21 +0000)]
fixed_columns not merged into update
zby [Tue, 3 Feb 2009 11:49:50 +0000 (11:49 +0000)]
perltidy
zby [Tue, 3 Feb 2009 10:44:36 +0000 (10:44 +0000)]
sqlite.sql
zby [Tue, 3 Feb 2009 10:34:57 +0000 (10:34 +0000)]
tests from multicreate
zby [Mon, 2 Feb 2009 17:05:41 +0000 (17:05 +0000)]
a bit of refactoring
zby [Mon, 2 Feb 2009 16:13:45 +0000 (16:13 +0000)]
got rid of the requirement to add id => undef
zby [Mon, 2 Feb 2009 14:49:33 +0000 (14:49 +0000)]
workaround for updating records with might_have plus tests
zby [Mon, 2 Feb 2009 13:49:35 +0000 (13:49 +0000)]
a few tests
zby [Fri, 30 Jan 2009 16:53:24 +0000 (16:53 +0000)]
code for resolving - fix
zby [Fri, 30 Jan 2009 16:51:43 +0000 (16:51 +0000)]
code for resolving
zby [Fri, 30 Jan 2009 16:18:33 +0000 (16:18 +0000)]
code for resolving
zby [Thu, 29 Jan 2009 15:47:33 +0000 (15:47 +0000)]
columns first
zby [Wed, 28 Jan 2009 15:09:23 +0000 (15:09 +0000)]
added Viewing.pm
zby [Sun, 25 Jan 2009 00:58:55 +0000 (00:58 +0000)]
fix for a new record that belongs to an old one; accepting row objects in the updates structure
zby [Wed, 26 Nov 2008 14:24:48 +0000 (14:24 +0000)]
using Introspectable
zby [Thu, 13 Nov 2008 08:12:38 +0000 (08:12 +0000)]
hashrefs in m2m
zby [Thu, 6 Nov 2008 11:05:52 +0000 (11:05 +0000)]
insert in ResultSet now recurses - we don't want this
zby [Tue, 7 Oct 2008 14:42:53 +0000 (14:42 +0000)]
Doc changes.
zby [Tue, 7 Oct 2008 08:45:47 +0000 (08:45 +0000)]
is_m2m and get_m2m_source methods added
zby [Wed, 1 Oct 2008 13:37:28 +0000 (13:37 +0000)]
Workaround not needed any more
zby [Tue, 30 Sep 2008 09:29:02 +0000 (09:29 +0000)]
Updated to curren DBIC.
zby [Mon, 22 Sep 2008 17:10:13 +0000 (17:10 +0000)]
Initial
matthewt [Mon, 22 Sep 2008 14:45:22 +0000 (14:45 +0000)]
new dirs for DBIx-Class-ResultSet-RecursiveUpdate
This page took 0.051279 seconds and 4 git commands to generate.