[Dbix-class] SQL::Abstract 1.x subqueries patch

2008-10-31 Thread BUCHMULLER Norbert
Hi, do you still accept patches for SQL::Abstract 1.x, or should I wait for 2.0 to come out instead? (BTW, what's the proposed time frame for that?) I rather miss the subquery functionality from 1.x to be able to write SQL stored procedure calls on the right-hand side of WHERE conditions like

Re: [Dbix-class] SQL::Abstract 1.x subqueries patch

2008-10-31 Thread BUCHMULLER Norbert
On Fri, 31 Oct 2008 20:30:54 +0100 BUCHMULLER Norbert [EMAIL PROTECTED] wrote: The attached patch adds subquery support to the 1.x trunk. (Includes the corresponding tests taken adapted from 2.000 trunk.) Oops, I forgot the documentation. Here goes the patch again. norbi Index:

[Dbix-class] DateTime personalization

2008-10-31 Thread Bernhard Graf
For my datetime and date fields I use DBIC:InflateColumn::DateTime and DBIC:Timestamp. Now I wanted to personalize those DateTime objects for the authenticated user: Time zone and output format should be set on inflation, according to what the authenticated user has configured in his/her

Re: [Dbix-class] SQL::Abstract 1.x subqueries patch

2008-10-31 Thread Peter Rabbitson
BUCHMULLER Norbert wrote: Hi, do you still accept patches for SQL::Abstract 1.x, or should I wait for 2.0 to come out instead? (BTW, what's the proposed time frame for that?) There is a mostly-working-1.x-rc at http://dev.catalyst.perl.org/repos/bast/SQL-Abstract/1.x/branches/1.50_RC.