Re: [Dbix-class] all data at once

2007-12-12 Thread Angel Kolev
Dmitriy S. Sinyavskiy wrote: Hello, Jason. You write 10 декабря 2007 г., 23:19:41: JG Angel Kolev [mailto:[EMAIL PROTECTED] wrote: Thank you. It works, but only when prefetch only 1 table. If i try to do it with JG both: my $rs =

Re: [Dbix-class] all data at once

2007-12-12 Thread Angel Kolev
Hi, i need genders in different tables. I forgot to notice, found solution for my problem: my $rs = $c-model('AppModelDB::Family')-search({family_id = undef},{join = ['female','male'],

RE: [Dbix-class] all data at once

2007-12-12 Thread Hartmaier Alexander
Why? Sounds like a *very* bad ERD! -Alex -Original Message- From: Angel Kolev [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 12, 2007 4:15 PM To: Class user and developer list Subject: Re: [Dbix-class] all data at once Hi, i need genders in different tables. I forgot to notice

Re: [Dbix-class] all data at once

2007-12-12 Thread Benjamin Hitz
I am going to take a WFG, and say Dating Site. Ben Why? Sounds like a *very* bad ERD! -Alex -Original Message- From: Angel Kolev [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 12, 2007 4:15 PM To: Class user and developer list Subject: Re: [Dbix-class] all data at once Hi, i

RE: [Dbix-class] all data at once

2007-12-10 Thread Jason Gottshall
Angel Kolev [mailto:[EMAIL PROTECTED] wrote: Thank you. It works, but only when prefetch only 1 table. If i try to do it with both: my $rs = $c-model('AppModelDB::ClientFemale')-search(undef, {

Re: [Dbix-class] all data at once

2007-12-08 Thread dreel
Здравствуйте, Angel. Вы писали 8 декабря 2007 г., 18:36:55: Hi, All. Im new in DBIx::Class and this is my first question here :) I write catalyst app and use dbic for 3 tables (males,females,family) with has_many and may_to_many. All works, but there are too many requests to my

Re: [Dbix-class] all data at once

2007-12-08 Thread Angel Kolev
Thank you. It works, but only when prefetch only 1 table. If i try to do it with both: my $rs = $c-model('AppModelDB::ClientFemale')-search(undef, { join = [qw/