In some Class::DBI code, I have this in my table base class:
__PACKAGE__->set_sql("delete_all", <<"");
DELETE FROM __TABLE__ WHERE 1=1
Is there a sensible way to acheive the same thing with DBIx::Class table
classes?
Also, is it safe/recommended to borrow the DB connection from a
DBIxC::Schema or table row instance?
TIA,
Steven
_______________________________________________
List: http://lists.rawmode.org/cgi-bin/mailman/listinfo/dbix-class
Wiki: http://dbix-class.shadowcatsystems.co.uk/
IRC: irc.perl.org#dbix-class
SVN: http://dev.catalyst.perl.org/repos/bast/trunk/DBIx-Class/
Searchable Archive: http://www.mail-archive.com/[email protected]/