[Dbix-class] Finding by primary key and might_have

2009-02-02 Thread Zbigniew Lukasiak
One more thing - this test fails: ok( $schema-resultset('CD')-find( { cdid = 1, liner_notes = { 'notes' = 'test note changed' }, }, { key = 'primary' } ), 'CD found' ); The liner_notes are linked to the CD by the CD's

Re: [Dbix-class] -deply doesn't honour qoute_char

2009-02-02 Thread Peter Rabbitson
Moritz Onken wrote: Am 17.01.2009 um 06:35 schrieb Ashley: http://www.mail-archive.com/dbix-class@lists.scsys.co.uk/msg02450.html What am I, chopped Warnock? :( Producer::PG and Produver::SQLite have very much in common. Du you think it make sense to subclass from Postgres and

[Dbix-class] hardcoded (multicolumn) relationship (beginner)

2009-02-02 Thread Heiko Gruner
Hi, I am looking for some hints on a problem of hardcoding a relationship to a multicolumn key in a different table: My App Package is defined with a PK appid. It needs to get some entries from the Maps Package, wheras the Maps table has a multicolumn key (fixedid and appid). The appid columns

Re: [Dbix-class] Finding by primary key and might_have

2009-02-02 Thread Peter Rabbitson
Zbigniew Lukasiak wrote: One more thing - this test fails: ok( $schema-resultset('CD')-find( { cdid = 1, liner_notes = { 'notes' = 'test note changed' }, }, { key = 'primary' } ), 'CD found' ); The

Re: [Dbix-class] hardcoded (multicolumn) relationship (beginner)

2009-02-02 Thread Jason Gottshall
Heiko Gruner wrote: Hi, I am looking for some hints on a problem of hardcoding a relationship to a multicolumn key in a different table: My App Package is defined with a PK appid. It needs to get some entries from the Maps Package, wheras the Maps table has a multicolumn key (fixedid and

Re: [Dbix-class] Last stable version of DBIx::Class and DB2 V9.1

2009-02-02 Thread Andreas Mock
Hi Peter, -Ursprüngliche Nachricht- Von: Peter Rabbitson rabbit+d...@rabbit.us Gesendet: 02.02.09 21:41:21 An: DBIx::Class user and developer list dbix-class@lists.scsys.co.uk Betreff: Re: [Dbix-class] Last stable version of DBIx::Class and DB2 V9.1 Sorry for the late reply. No