Guys (esp Alex P and Sergi),

Do we preserve transactional semantics of updates?

In other words, does the following make sense? and when it does not?

startTx()
insert into blabla...
update bla bla...
commit()

--Yakov

Reply via email to