]> Dogcows Code - chaz/p5-DBIx-Class-ResultSet-RecursiveUpdate/log
chaz/p5-DBIx-Class-ResultSet-RecursiveUpdate
13 years agosatisfy SynopsisTests
Alexander Hartmaier [Tue, 19 Oct 2010 06:59:14 +0000 (08:59 +0200)] 
satisfy SynopsisTests

13 years agosatisfy UnusedVarsTests
Alexander Hartmaier [Tue, 19 Oct 2010 06:58:46 +0000 (08:58 +0200)] 
satisfy UnusedVarsTests

13 years agofixed t/sqlite.t which failed because of missing t/var dir
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

13 years agosatisfy PortabilityTests
Alexander Hartmaier [Tue, 19 Oct 2010 06:55:52 +0000 (08:55 +0200)] 
satisfy PortabilityTests

13 years agoconverted to Dist::Zilla
Alexander Hartmaier [Tue, 19 Oct 2010 06:54:06 +0000 (08:54 +0200)] 
converted to Dist::Zilla

13 years agoTODO - value of fk from a multi relationship
Zbigniew Lukasiak [Wed, 13 Oct 2010 17:53:51 +0000 (19:53 +0200)] 
TODO - value of fk from a multi relationship

13 years agoMerge branch 'master' of http://github.com/abraxxa/DBIx--Class--ResultSet--RecursiveU...
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

13 years agoonly limit resultset if there are related rows left
Alexander Hartmaier [Mon, 11 Oct 2010 14:29:08 +0000 (16:29 +0200)] 
only limit resultset if there are related rows left

13 years agotest fails, requiring SQL::Translator >= 0.11006
Gerda Shank [Wed, 6 Oct 2010 18:37:51 +0000 (14:37 -0400)] 
test fails, requiring SQL::Translator >= 0.11006

13 years agogitignore Module::Install temp files
Alexander Hartmaier [Wed, 6 Oct 2010 14:18:20 +0000 (16:18 +0200)] 
gitignore Module::Install temp files

13 years agoallow undef for has_many rels in addition to empty arrayref + tests
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

13 years agogitignore t/var directory contents
Alexander Hartmaier [Wed, 6 Oct 2010 12:20:50 +0000 (14:20 +0200)] 
gitignore t/var directory contents

13 years agotainted mode doesn't search for module in PERL5LIB path which skips the tests if...
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

13 years agoadded special handling of has_many rels to tables with a single column pk
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

13 years agorequire List::MoreUtils 0.22 for refactored _master_relation_cond
Alexander Hartmaier [Tue, 5 Oct 2010 18:03:05 +0000 (20:03 +0200)] 
require List::MoreUtils 0.22 for refactored _master_relation_cond

13 years agoadded support for multi-column has_many relationships
Alexander Hartmaier [Tue, 5 Oct 2010 18:02:13 +0000 (20:02 +0200)] 
added support for multi-column has_many relationships

13 years agorefactored _master_relation_cond for less parameters
Alexander Hartmaier [Tue, 5 Oct 2010 17:58:36 +0000 (19:58 +0200)] 
refactored _master_relation_cond for less parameters

13 years agomore debug warnings and comments
Alexander Hartmaier [Tue, 5 Oct 2010 17:12:04 +0000 (19:12 +0200)] 
more debug warnings and comments

13 years agofixed belongs_to rels in Dvd
Alexander Hartmaier [Tue, 5 Oct 2010 16:56:08 +0000 (18:56 +0200)] 
fixed belongs_to rels in Dvd

13 years agoperltidy
Alexander Hartmaier [Tue, 5 Oct 2010 16:54:42 +0000 (18:54 +0200)] 
perltidy

13 years agosimplification
Alexander Hartmaier [Mon, 4 Oct 2010 15:43:13 +0000 (17:43 +0200)] 
simplification

13 years agomore relationship validation in _update_relation
Alexander Hartmaier [Mon, 4 Oct 2010 15:41:52 +0000 (17:41 +0200)] 
more relationship validation in _update_relation

13 years agoadd_relationship without the accessor attribute is invalid
Alexander Hartmaier [Mon, 4 Oct 2010 15:24:22 +0000 (17:24 +0200)] 
add_relationship without the accessor attribute is invalid

13 years agocheck for nonexisting column, relationship, many-to-many helper accessor or generic...
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

13 years agodon't try to use ->resolve_condition which was deprecated in DBIx::Class 0.08103...
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

13 years agomoved relationship_info inside _update_relation instead of passing it around
Alexander Hartmaier [Mon, 4 Oct 2010 11:53:33 +0000 (13:53 +0200)] 
moved relationship_info inside _update_relation instead of passing it around

13 years agorename $related_result -> $related_resultset
Alexander Hartmaier [Mon, 4 Oct 2010 11:46:44 +0000 (13:46 +0200)] 
rename $related_result -> $related_resultset

13 years agodon't pass whole updates hashref to _update_relation
Alexander Hartmaier [Mon, 4 Oct 2010 11:38:31 +0000 (13:38 +0200)] 
don't pass whole updates hashref to _update_relation

13 years agoperltidy
Alexander Hartmaier [Mon, 4 Oct 2010 11:06:12 +0000 (13:06 +0200)] 
perltidy

13 years agodocs for if_not_submitted parameter
Alexander Hartmaier [Mon, 4 Oct 2010 10:39:24 +0000 (12:39 +0200)] 
docs for if_not_submitted parameter

13 years agoadded docs about treatment of belongs_to, might_have and has_many relationships
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

13 years agoapparently newer DBIC requires SQL::Translator => 0.11005
Zbigniew Lukasiak [Thu, 20 May 2010 17:50:17 +0000 (19:50 +0200)] 
apparently newer DBIC requires SQL::Translator => 0.11005

13 years agotest for deleting a might_have
Zbigniew Lukasiak [Tue, 18 May 2010 19:38:24 +0000 (21:38 +0200)] 
test for deleting a might_have

13 years agoavoid uninitialized string warnings
Gerda Shank [Fri, 7 May 2010 15:56:45 +0000 (11:56 -0400)] 
avoid uninitialized string warnings

14 years agotweaked docs and rebuild readme
John Napiorkowski [Thu, 8 Apr 2010 15:47:29 +0000 (23:47 +0800)] 
tweaked docs and rebuild readme

14 years agoupdated readme
John Napiorkowski [Thu, 8 Apr 2010 15:45:08 +0000 (23:45 +0800)] 
updated readme

14 years agoupdated version
John Napiorkowski [Thu, 8 Apr 2010 15:40:35 +0000 (23:40 +0800)] 
updated version

14 years agomerge conflict resolved
Zbigniew Lukasiak [Tue, 6 Apr 2010 08:37:19 +0000 (10:37 +0200)] 
merge conflict resolved

14 years agotest case for might_have and another minor bug fix
John Napiorkowski [Mon, 5 Apr 2010 14:41:42 +0000 (10:41 -0400)] 
test case for might_have and another minor bug fix

14 years agoMerge branch 'master' of github.com:zby/DBIx--Class--ResultSet--RecursiveUpdate
Gerda Shank [Sun, 4 Apr 2010 19:33:22 +0000 (15:33 -0400)] 
Merge branch 'master' of github.com:zby/DBIx--Class--ResultSet--RecursiveUpdate

14 years agoskip 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

14 years agoskip 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

14 years agoA test case from Amiri
zby [Sat, 20 Mar 2010 13:56:43 +0000 (14:56 +0100)] 
A test case from Amiri

14 years agoMerge branch 'master' of git@github.com:zby/DBIx--Class--ResultSet--RecursiveUpdate
zby [Sat, 6 Feb 2010 19:16:30 +0000 (20:16 +0100)] 
Merge branch 'master' of git@github.com:zby/DBIx--Class--ResultSet--RecursiveUpdate

14 years agochecking for table existande before adding add_drop_table
zby [Sat, 6 Feb 2010 19:15:37 +0000 (20:15 +0100)] 
checking for table existande before adding add_drop_table

14 years agooops. put back db file.
Gerda Shank [Sat, 6 Feb 2010 18:20:18 +0000 (13:20 -0500)] 
oops. put back db file.

14 years agoremove binary db file
Gerda Shank [Sat, 6 Feb 2010 15:12:44 +0000 (10:12 -0500)] 
remove binary db file

14 years agouse Module::Install makefile; avoid TZ messages
Gerda Shank [Sat, 6 Feb 2010 15:09:49 +0000 (10:09 -0500)] 
use Module::Install makefile; avoid TZ messages

14 years agobring repo up to cpan level
Gerda Shank [Sat, 6 Feb 2010 14:43:39 +0000 (09:43 -0500)] 
bring repo up to cpan level

14 years agoupdating related many to many
Zbigniew Lukasiak [Wed, 19 Aug 2009 17:15:41 +0000 (19:15 +0200)] 
updating related many to many

14 years agoReadonly to prereqs
Zbigniew Lukasiak [Sun, 16 Aug 2009 11:41:27 +0000 (13:41 +0200)] 
Readonly to prereqs

14 years agonot using version.pm
Zbigniew Lukasiak [Sat, 20 Jun 2009 17:16:58 +0000 (19:16 +0200)] 
not using version.pm

14 years agoMETA is generated automatically
Zbigniew Lukasiak [Sat, 20 Jun 2009 14:56:05 +0000 (16:56 +0200)] 
META is generated automatically

14 years agoresolve merge conflict
Zbigniew Lukasiak [Sat, 20 Jun 2009 14:51:26 +0000 (16:51 +0200)] 
resolve merge conflict

14 years agorelease
Zbigniew Lukasiak [Sat, 20 Jun 2009 14:46:29 +0000 (16:46 +0200)] 
release

14 years agoUpdate old META.yml
Gerda Shank [Sat, 20 Jun 2009 11:55:13 +0000 (07:55 -0400)] 
Update old META.yml

14 years agoif_not_submitted
Zbigniew Lukasiak [Thu, 11 Jun 2009 07:19:29 +0000 (09:19 +0200)] 
if_not_submitted

14 years agoRelating an unrelated record with composed pk
Zbigniew Lukasiak [Wed, 10 Jun 2009 20:55:15 +0000 (22:55 +0200)] 
Relating an unrelated record with composed pk

14 years agousing _resolve_condition
Zbigniew Lukasiak [Thu, 21 May 2009 13:33:36 +0000 (15:33 +0200)] 
using _resolve_condition

14 years agoprereqs updated
zby [Fri, 15 May 2009 21:21:24 +0000 (21:21 +0000)] 
prereqs updated

14 years agodocs fix
zby [Fri, 15 May 2009 14:04:32 +0000 (14:04 +0000)] 
docs fix

14 years agorelease preparations
zby [Fri, 15 May 2009 09:10:01 +0000 (09:10 +0000)] 
release preparations

14 years agoaccepting undef instead of [] for m2m
zby [Thu, 14 May 2009 14:55:06 +0000 (14:55 +0000)] 
accepting undef instead of [] for m2m

14 years agom2m accepts one element instead of an arrayref; id as generic pk
zby [Tue, 12 May 2009 19:21:58 +0000 (19:21 +0000)] 
m2m accepts one element instead of an arrayref; id as generic pk

14 years agoRelated rows by id
zby [Thu, 7 May 2009 19:15:44 +0000 (19:15 +0000)] 
Related rows by id

14 years agousing non-column, non-relation methods
zby [Wed, 6 May 2009 19:12:19 +0000 (19:12 +0000)] 
using non-column, non-relation methods

14 years agomight_have with non pk fk
zby [Mon, 4 May 2009 22:30:59 +0000 (22:30 +0000)] 
might_have with non pk fk

15 years agoFixed test library
zby [Mon, 20 Apr 2009 00:11:07 +0000 (00:11 +0000)] 
Fixed test library

15 years agoFunctional interface
zby [Sun, 19 Apr 2009 09:24:23 +0000 (09:24 +0000)] 
Functional interface

15 years agoLicense in Makefile.PL
zby [Fri, 20 Feb 2009 12:54:10 +0000 (12:54 +0000)] 
License in Makefile.PL

15 years agoadded prerequisites
zby [Tue, 17 Feb 2009 08:12:34 +0000 (08:12 +0000)] 
added prerequisites

15 years agoadded prerequisites
zby [Tue, 17 Feb 2009 08:11:53 +0000 (08:11 +0000)] 
added prerequisites

15 years agoadded prerequisites
zby [Tue, 17 Feb 2009 08:11:10 +0000 (08:11 +0000)] 
added prerequisites

15 years agoexperimental
zby [Mon, 16 Feb 2009 17:25:51 +0000 (17:25 +0000)] 
experimental

15 years agoMANIFEST update
zby [Mon, 16 Feb 2009 17:19:22 +0000 (17:19 +0000)] 
MANIFEST update

15 years agoone less warning in tests
zby [Mon, 16 Feb 2009 13:18:14 +0000 (13:18 +0000)] 
one less warning in tests

15 years agocompatible with 0.08012
zby [Mon, 16 Feb 2009 13:17:04 +0000 (13:17 +0000)] 
compatible with 0.08012

15 years agofixed_fields as array
zby [Mon, 16 Feb 2009 12:45:27 +0000 (12:45 +0000)] 
fixed_fields as array

15 years agofixed_columns not merged into update
zby [Tue, 3 Feb 2009 12:21:49 +0000 (12:21 +0000)] 
fixed_columns not merged into update

15 years agoperltidy
zby [Tue, 3 Feb 2009 11:49:50 +0000 (11:49 +0000)] 
perltidy

15 years agosqlite.sql
zby [Tue, 3 Feb 2009 10:44:36 +0000 (10:44 +0000)] 
sqlite.sql

15 years agotests from multicreate
zby [Tue, 3 Feb 2009 10:34:57 +0000 (10:34 +0000)] 
tests from multicreate

15 years agoa bit of refactoring
zby [Mon, 2 Feb 2009 17:05:41 +0000 (17:05 +0000)] 
a bit of refactoring

15 years agogot rid of the requirement to add id => undef
zby [Mon, 2 Feb 2009 16:13:45 +0000 (16:13 +0000)] 
got rid of the requirement to add id => undef

15 years agoworkaround for updating records with might_have plus tests
zby [Mon, 2 Feb 2009 14:49:33 +0000 (14:49 +0000)] 
workaround for updating records with might_have plus tests

15 years agoa few tests
zby [Mon, 2 Feb 2009 13:49:35 +0000 (13:49 +0000)] 
a few tests

15 years agocode for resolving - fix
zby [Fri, 30 Jan 2009 16:53:24 +0000 (16:53 +0000)] 
code for resolving - fix

15 years agocode for resolving
zby [Fri, 30 Jan 2009 16:51:43 +0000 (16:51 +0000)] 
code for resolving

15 years agocode for resolving
zby [Fri, 30 Jan 2009 16:18:33 +0000 (16:18 +0000)] 
code for resolving

15 years agocolumns first
zby [Thu, 29 Jan 2009 15:47:33 +0000 (15:47 +0000)] 
columns first

15 years agoadded Viewing.pm
zby [Wed, 28 Jan 2009 15:09:23 +0000 (15:09 +0000)] 
added Viewing.pm

15 years agofix for a new record that belongs to an old one; accepting row objects in the updates...
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

15 years agousing Introspectable
zby [Wed, 26 Nov 2008 14:24:48 +0000 (14:24 +0000)] 
using Introspectable

15 years agohashrefs in m2m
zby [Thu, 13 Nov 2008 08:12:38 +0000 (08:12 +0000)] 
hashrefs in m2m

15 years agoinsert in ResultSet now recurses - we don't want this
zby [Thu, 6 Nov 2008 11:05:52 +0000 (11:05 +0000)] 
insert in ResultSet now recurses - we don't want this

15 years agoDoc changes.
zby [Tue, 7 Oct 2008 14:42:53 +0000 (14:42 +0000)] 
Doc changes.

15 years agois_m2m and get_m2m_source methods added
zby [Tue, 7 Oct 2008 08:45:47 +0000 (08:45 +0000)] 
is_m2m and get_m2m_source methods added

15 years agoWorkaround not needed any more
zby [Wed, 1 Oct 2008 13:37:28 +0000 (13:37 +0000)] 
Workaround not needed any more

15 years agoUpdated to curren DBIC.
zby [Tue, 30 Sep 2008 09:29:02 +0000 (09:29 +0000)] 
Updated to curren DBIC.

15 years agoInitial
zby [Mon, 22 Sep 2008 17:10:13 +0000 (17:10 +0000)] 
Initial

This page took 0.049544 seconds and 4 git commands to generate.