On 1/11/07 2:16 PM, Jonathan Vanasco wrote:
> On Jan 11, 2007, at 2:03 PM, John Siracusa wrote:
>> I  believe this is a DBI/DBD::Pg/libpg issue/reality/"feature" :)   If you
>> use DBI's prepare_cache() method and you change the db schema  between calls,
>> the previously-cached version of the cached statement will become  invalid. I
>> think that's what you're seeing.
> 
> i thought that at first too--  except the prepared statement id is
> changing -- which suggests to me that its not going for  the
> previous version.

Well, does it go away when you use prepare() instead of prepare_cached().
Does enabling/disabled Pg's server-side prepared statements feature have any
effect?

-John



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Rose-db-object mailing list
Rose-db-object@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rose-db-object

Reply via email to