http://www.perlmonks.org?node_id=739988


in reply to Re^3: DBI and last_insert_id
in thread DBI and last_insert_id

... is there possibly another insert in your real code between ...

No, the statements are just one after the other and there's no call to any other methods in between.

... you definitely should be able to see data you inserted during a transaction with a SELECT ...

I was under that impression too, but didn't think too much of it. Now that I have someone telling me that, I'm going to look into that. Thanks.