Is there any way to ask DBIx::Class to use prepare() instead of prepare_cached() when using D::C::Storage::DBI? I'm putting together a Catalyst application that makes frequent one-off calls of the form "SELECT * FROM table WHERE id IN (some long one-time list)" and I'm worried that they will cause problems if they are all cached.
Thanks! Nathan Kurz [EMAIL PROTECTED] _______________________________________________ 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]/
