Re: Confusion about SQL results - row counts and contents differ

"Steven Haigh via modperl" <[email protected]> Fri, 27 Jan 2023 13:35:17 +1100
Newsgroups gmane.comp.apache.mod-perl
Message-ID <[email protected]>


On Thu, Jan 26 2023 at 21:07:17 -0500, Perrin Harkins 
<[email protected]> wrote:
> Maybe you haven't committed some manual change on the server, so it 
> isn't visible to other connections.

I thought about this - but surely, restarting *everything* (db + apache 
+ entire VM) would cause this to fall out.

Also, when running the test script manually from the command line, 
surely that would bring up a new connection and then at least return 
the new data.

Hell, I even went as far as to drop the table and re-create it - yet 
when querying via DBI - I still (somehow?!) get the old data :|