Re: [Dbix-class] Re: NULLS FIRST

2013-08-25 Thread Peter Rabbitson
On Sat, Aug 24, 2013 at 05:33:58PM -0700, Bill Moseley wrote: On Sat, Aug 24, 2013 at 6:50 AM, Dagfinn Ilmari Mannsåker ilm...@ilmari.org wrote: Bill Moseley mose...@hank.org writes: I have some code that builds up hash references of sort keys. order_by = [ { -desc =

Re: [Dbix-class] Re: NULLS FIRST

2013-08-24 Thread Bill Moseley
On Sat, Aug 24, 2013 at 6:50 AM, Dagfinn Ilmari Mannsåker ilm...@ilmari.org wrote: Bill Moseley mose...@hank.org writes: I have some code that builds up hash references of sort keys. order_by = [ { -desc = 'value' }, { -asc = 'modified_time' }, ], Is there support