Comment 1 for bug 1325443

Revision history for this message
Adriana Fuentes (adriana-fuentes) wrote :

I tried the following on a table and I was not able to reproduce the problem:

Begin work;
Update some rows in table t ;
Select * from t;
Commit work;

I also did an update to the same table outside of a transaction and I was not able to reproduce the problem either.