Re: [Dbix-class] GOVERNANCE: Aggregation and conclusion

2016-11-02 Thread Wallace Reis
On November 2, 2016 at 7:02:46 AM, Dave Cross (d...@dave.org.uk) wrote: > > Mee too. > > +1 Matt's proposal (new project team) > -1 Andrew's proposal (forking) +1 (new project team) -1 (forking) -- Wallace Reis ___ List: http://lists.

Re: [Dbix-class] GOVERNANCE: An actually concrete proposal w/bootstrap governance system

2016-10-18 Thread Wallace Reis
d puts in place a framework that > can evolve to fit what is needed at the time. > > +1 > > Anything more is just detail which can be added as required by the > community or core updating the governance in accordance with these rules. +1 # thi

Re: [Dbix-class] A slightly more concrete proposal

2016-10-06 Thread Wallace Reis
This pretty much matches my situation and opinion. Thanks Riba for the great work so far. +1 for Matt's plan. Cheers, -- Wallace Reis Em 5 de out de 2016 08:55, "Nigel Metheringham" <ni...@dotdot.it> escreveu: Background: I have been a happy DBIx::Class user from the early da

Re: [Dbix-class] How to specify the necessary scheme?

2010-01-28 Thread Wallace Reis
-resultset('EMULATOR1::ship'); my $emulator2_ship_rs = $schema-resultset('EMULATOR2::ship'); -- wallace reis/wreis Catalyst and DBIx::Class consultancy with a clue Software Engineer and a commit bit: http://shadowcat.co.uk/catalyst/ Shadowcat Systems Limited http

Re: [Dbix-class] create failures with has_one

2009-12-09 Thread Wallace Reis
On 09/12/2009, at 13:38, Dermot wrote: 2009/10/19 Dermot paik...@googlemail.com: 2009/10/19 Wallace Reis wall...@reis.org.br: On 15/10/2009, at 21:08, Dermot wrote: my $record = { 'validation_pass' = 1, 'files' = [], 'active' = 1, 'name' = 'Gustav MR

Re: [Dbix-class] Left join with an extra condition

2009-10-24 Thread Wallace Reis
to do such operations on -referred_user instead of $self, like you would do with RULEs on DBMS. -- wallace reis/wreis Catalyst and DBIx::Class consultancy with a clue Software Engineer and a commit bit: http://shadowcat.co.uk/catalyst/ Shadowcat Systems Limited http

Re: [Dbix-class] create failures with has_one

2009-10-19 Thread Wallace Reis
On 15/10/2009, at 21:08, Dermot wrote: 2009/10/15 Wallace Reis wall...@reis.org.br: On 15/10/2009, at 08:34, Dermot wrote: 2009/10/15 Wallace Reis wall...@reis.org.br: On 14/10/2009, at 13:10, Dermot wrote: my $record = { 'validation_pass' = 1, 'files' = [], 'active

Re: [Dbix-class] create failures with has_one

2009-10-19 Thread Wallace Reis
On 19/10/2009, at 11:59, Dermot wrote: 2009/10/19 Wallace Reis wall...@reis.org.br: On 15/10/2009, at 21:08, Dermot wrote: my $record = { 'validation_pass' = 1, 'files' = [], 'active' = 1, 'name' = 'Gustav MR', 'clipdata

Re: [Dbix-class] create failures with has_one

2009-10-15 Thread Wallace Reis
On 15/10/2009, at 08:34, Dermot wrote: 2009/10/15 Wallace Reis wall...@reis.org.br: On 14/10/2009, at 13:10, Dermot wrote: my $record = { 'validation_pass' = 1, 'files' = [], 'active' = 1, 'name' = 'Gustav MR', 'clipdata

Re: [Dbix-class] Re: Using Storable with DBIx::Class - Can't locate object method result_source_instance

2009-09-30 Thread Wallace Reis
) line 415 calling -cds on deserialized object Can't call method source on an undefined value at /usr/local/share/perl/5.10.0/DBIx/Class/R The error message is clever in 0.08112. You need to 'freeze' and 'thaw' your dbic row. Look at DBIC::Schema docs about it. -- wallace reis/wreis

Re: [Dbix-class] Filtering with Many-to-Many relationship

2009-09-22 Thread Wallace Reis
On Tue, Sep 22, 2009 at 7:23 AM, Oleg Kostyuk cub.ua...@gmail.com wrote: I think, you just need to join twice with tags table, and this will give you what you want: And if you need products which have 3 or more tags? One join per tag? It is not ideal. -- wallace reis/wreis

Re: [Dbix-class] Filtering with Many-to-Many relationship

2009-09-18 Thread Wallace Reis
in list context, so it calls -all over the resultset and returns a list of row objects. -- wallace reis/wreis Catalyst and DBIx::Class consultancy with a clue Software Engineer and a commit bit: http://shadowcat.co.uk/catalyst/ Shadowcat Systems Limited http

Re: [Dbix-class] different query after upgrade

2009-08-24 Thread Wallace Reis
Actually, never mind what i just said. DBIC is right, it's a proper bugfix. *Generally*, it is not correct to LEFT JOIN one thing then JOIN onwards from it, which clearly is not your case here. Sorry for the wrong spot. -- wallace reis/wreis Catalyst and DBIx::Class consultancy

Re: [Dbix-class] Relations for multi-class object inflation from one table

2009-07-24 Thread Wallace Reis
should be enough. -- wallace reis/wreis Catalyst and DBIx::Class consultancy with a clue Software Developer and a commit bit: http://shadowcat.co.uk/catalyst/ Shadowcat Systems Limited http://www.shadowcat.co.uk http://www.linkedin.com/in/wallacereis

Re: [Dbix-class] Patch roundup time, again.

2008-10-06 Thread Wallace Reis
On Sun, Oct 5, 2008 at 6:23 PM, Matt S Trout [EMAIL PROTECTED] wrote: Also, can somebody poke at the views branch and get it pulled from trunk so we can merge that please? groditi doesn't have time and I'm not sure I can get to it soon enough. All tests successful. Done. -- wallace reis

Re: [Dbix-class] Resurrected select for patch

2007-09-29 Thread Wallace Reis
On 9/24/07, Matt S Trout [EMAIL PROTECTED] wrote: (sorry for the top-posting everybody) Can somebody with a pg test rig already set up verify this and commit it please? Done. -- wallace reis/wreis http://wallace.reis.org.br ___ List: http