Re: cacheing problem
From: David Nicol (davidnicol_at_gmail.com)
Date: 03/29/05
- Next message: Brandon Metcalf: "RE: adding key to DB object"
- Previous message: Will Rutherdale: "RE: adding key to DB object"
- In reply to: David Nicol: "cacheing problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 29 Mar 2005 14:43:50 -0600 To: "dbi-users@perl.org" <dbi-users@perl.org>, perl@lists.mysql.com
>
> It appears that DBI/DBD is caching the results. How can I disable this?
the problem was not in DBI.
In case anyone else has this non-problem,
my PEBKAC was that user-provided data, which was
current with the previous fetch, was replacing the data from the newer
fetch. Disabling
this for the special case of "reloading from the database" solved the problem.
- Next message: Brandon Metcalf: "RE: adding key to DB object"
- Previous message: Will Rutherdale: "RE: adding key to DB object"
- In reply to: David Nicol: "cacheing problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]