[Dbix-class] exception_action fail after DBIC upgrade

2012-12-10 Thread Konstantin A. Pustovalov
Hello list! I'm using exception_action feature. Some of my tests fail after upgrading 0.08196 - 0.08204 I have reduced test case to the following: http://paste.scsys.co.uk/217862 exception_action is never get called in my setup. Am I doing something wrong or is it intended behavior? Thanx

Re: [Dbix-class] Retrieving data from a link table

2012-12-10 Thread Jörg Braun
Hi, I had a similar problem where the logical solution was to put an additional attribute to the linking table. But I have not found a solution besides fetching the data seperatly. I am also interested how others solved this kind of problem. Joerg On Fri, 7 Dec 2012 16:53:06 +0100, Ekki Plicht

Re: [Dbix-class] Retrieving data from a link table

2012-12-10 Thread Peter Rabbitson
On Fri, Dec 07, 2012 at 04:53:06PM +0100, Ekki Plicht (DF4OR) wrote: Hi. Two tables with a many_to_many relation via a link table: Table of web pages: table webpage(id, filename, ...) Table of images: table images (id, filename, ...) Table linking pages and images: table img_grp_page

Re: [Dbix-class] exception_action fail after DBIC upgrade

2012-12-10 Thread Peter Rabbitson
On Mon, Dec 10, 2012 at 12:30:52PM +0400, Konstantin A. Pustovalov wrote: Hello list! I'm using exception_action feature. Some of my tests fail after upgrading 0.08196 - 0.08204 I have reduced test case to the following: http://paste.scsys.co.uk/217862 exception_action is never get called

[Dbix-class] Re: New many-to-many warnings

2012-12-10 Thread Rippl, Steve
OK, my bad! I had previously manually defined many-to-many relations for a couple of the tables and now they're being autogenerated with the same names. Sorry! On Thu, Dec 6, 2012 at 8:17 PM, Rippl, Steve rip...@woodlandschools.orgwrote: Hi, I have a Catalyst app using DBIx::Class and just