Can I make a change to the transaction isolation level in the midst of executing the transaction?
Created May 4, 2012
Govind Seshadri Although you may want to avoid it, you can change the transaction
isolation level in the midst of executing a transaction. However, this will
immediately freeze all the changes made upto that point, as a commit()
is automatically invoked.