Hi,

Suppose we have two transactions T1 and T2. Both transactions trying to 
update same row ROW1.

Suppose both transactions are started simultaneously. 

T1 first updated ROW1 and commit it.

In my case T2 not getting the update done by T1.

If run commit in T2 and query ROW1 again, then I can see the commit done by 
T1.

In a transaction, do we need to run commit and query again to get change 
done by another transaction ??? 

Any other way to sync these transactions ??


Thanks,

-- 
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sqlalchemy+unsubscr...@googlegroups.com.
To post to this group, send email to sqlalchemy@googlegroups.com.
Visit this group at http://groups.google.com/group/sqlalchemy?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to