>
> 1) DELETE some rows ... commit the transaction
>
> 2) SELECT rows ... the rows deleted in 1) are still displayed
>
> 3) After a reload of the page the rows of 1) have dissapeared
Is this all on the same page or a different page? Code?
> I've already tried to add a cftransaction statement with
> isolation="read_uncommitted" to the SELECT statement but it does not help.
Isolation is set in the cftransaction statement, not in the selct
statement. But that wouldn't help, read uncommitted is
automatically upgraded to read committed in PostgreSQL.
Jochem
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

