I've got the following problem: Commits seem to be executed in a deferred mode.
An example:
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
I've already tried to add a cftransaction statement with
isolation="read_uncommitted" to the SELECT statement but it does not help.
Software: ColdFusion MX, Postgres 7.3 (debian stable release), JDBC driver for
7.3
Is this a known problem?
Peter
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

