Re: [Dbix-class] ★ VOTE NOW: DBIC Governance and Namespace Control ★

2016-12-06 Thread Jonathan Scott Duff
Proposal A -Scott On Mon, Dec 5, 2016 at 12:15 AM, David Golden <x...@xdg.me> wrote: > Thank you to everyone who has been participating in or just reading the > various governance discussions since my initial email to the DBIC list of > Oct 3. [1] > > It's time to bring

Re: [Dbix-class] DBIx-Class Digest, Vol 138, Issue 8

2016-12-05 Thread Scott
I choose proposal A. -Original Message- From: dbix-class-requ...@lists.scsys.co.uk [mailto:dbix-class-requ...@lists.scsys.co.uk] Sent: 05 December 2016 11:26 To: dbix-class@lists.scsys.co.uk Subject: DBIx-Class Digest, Vol 138, Issue 8 Send DBIx-Class mailing list submissions to

Re: [Dbix-class] Decision time: which fork inherits the existing DBIx::Class namespace

2016-12-03 Thread Jonathan Scott Duff
and given technical means allow both forks > to coexist on CPAN you must come to an agreement and instruct the PAUSE > admins which of the two (mildly incompatible dists) should `cpan > DBIx::Class` be resolving to. > My vote would be for "cpan DBIx::Class" to in

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

2016-10-18 Thread Jonathan Scott Duff
can be added as required by the > > community or core updating the governance in accordance with these rules. > > +1 # this pretty much summarizes my position. > Aye, me too. +1 -Scott > > Cheers! > > -- > Wallace Reis > >

[Dbix-class] Join Three Tables With Aggregate Functions

2012-10-05 Thread scott
a resultset OK but the sums are multiplied by the number of permutations, e.g. SUM(T2.total) is a factor of 3 high if there 3 results in T3. I think the question I may be asking is what is the syntax to express a 3 table join, on T1 to T2 and T1 to T3 type arrangement. Thanks, Scott

[Dbix-class] Column Arithmatic

2012-04-27 Thread scott
Dear All, Does DBIC have the capability to do something as simple as: select colA * colB as product from tableC and if so can someone give a code snippet? I apologize if this question is contemptible but I am just starting out! Scott ___ List

RE: [Dbix-class] BUG? Unable to resolve relationship

2009-12-11 Thread Scott Pham (scpham)
It looks like you are using 'left' not 'LEFT' in all caps? -Original Message- From: Ovid [mailto:publiustemp-d...@yahoo.com] Sent: Friday, December 11, 2009 10:53 AM To: Rob Kinyon Cc: DBIx::Class user and developer list Subject: Re: [Dbix-class] BUG? Unable to resolve relationship

RE: [Dbix-class] Newbie question

2009-03-16 Thread Scott Pham (scpham)
-Original Message- From: ivan [mailto:i...@price.ru] Sent: Monday, March 16, 2009 9:39 AM To: DBIx::Class user and developer list Subject: [Dbix-class] Newbie question I wish to realise SQL in DBIx syntax: select * from table1 left join ( select * from table2 where date =

Re: [Dbix-class] Bug with relationships on new objects.

2008-01-22 Thread Scott Thomson
On Jan 22, 2008 9:16 AM, Matt S Trout [EMAIL PROTECTED] wrote: On Mon, Jan 21, 2008 at 01:04:21PM +, Scott Thomson wrote: On Jan 7, 2008 8:36 PM, Brett Gardner [EMAIL PROTECTED] wrote: I'm not saying that the test is incorrect. That is when a foreign key is empty. The case

Re: [Dbix-class] Inheritance not preserved when using compose_namespace

2007-09-25 Thread Scott Thomson
On 9/24/07, Matt S Trout [EMAIL PROTECTED] wrote: On Mon, Sep 24, 2007 at 03:11:28PM +0100, Scott Thomson wrote: Hi All, I posted a version of this problem on the catalyst list but I now think it's more DBIC related so excuse the cross-post :-) I have a setup similar

[Dbix-class] Inheritance not preserved when using compose_namespace

2007-09-24 Thread Scott Thomson
converting a large set of classes to DBIC and this problem is going to occur in quite a few places. Given the ubiquity of DBIC as a model for Catalyst I'm quite surprised that no-one has come up against this before - which may mean that it's something that I'm doing wrong :-) Cheers, Scott