Greetings!

On Tue, Jul 5, 2011 at 10:47 AM, Marc Logghe <logghe.m...@gmail.com> wrote:
> Hi,
>>
>> So I want smth like
>>
>> my $rs = $schema->resultset("Client")->search({name => 'Ivan'},
>> {order_by => 'created'});
>> my $order_str = $rs->_get_order_by_any_way();
>>
>> How can I get it?
>>
>  Did not test this. But you might call $rs->as_query which returns an array
> ref. The first element in that array is the SQL. You can fish out the order
> by using a regex or split.

Yes, just now I do so. But I want to find more common way.

Thank you!

-- 
SY, Dmitry Belyavsky

_______________________________________________
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