[Dbix-class] controlling caching of prepared statements

Nathan Kurz nate at verse.com
Fri Aug 4 21:41:57 CEST 2006


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
nate at verse.com



More information about the Dbix-class mailing list