Hi there,

Can I send a raw sql string to a mysql DB using DBIX::Class ?

If
$schema =  Dbc::Schema->connect( ...):

>From the doc (under ResultSet->Search_litteral ) it seems that a 
>$schema->search function exists

But
$schema->search(\["select * from  ..."]); does not work  (no search method in 
schema)

Thanks for any suggestion

François

_______________________________________________
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