On Tue, Apr 30, 2013 at 06:21:54PM +0000, Chris Newman wrote:
> 
> However, I cannot for the life of me figure out how to do the same thing 
> using DBIx::Class.  My test code looks like this:
> $schema->resultset ('MyTable')->search (id => $ids, {
> order_by => \'FIND_IN_SET (id, '2, 1, 3')
> });
> 

The thing above isn't valid perl, left alone valid search() syntax. 
Please show *actual* code run and *actual* SQL produced.

Cheers

_______________________________________________
List: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/dbix-class
IRC: irc.perl.org#dbix-class
SVN: http://dev.catalyst.perl.org/repos/bast/DBIx-Class/
Searchable Archive: http://www.grokbase.com/group/dbix-class@lists.scsys.co.uk

Reply via email to