But in JDBC api Connection interface has method
void setTransactionIsolation(int level)
So it is clearly against the JDBC api if this setting affects all the other connections also.

- Rami Ojares

Thomas Mueller wrote:
Hi,

My question is this:
If I connect with url jdbc:h2:test;LOCK_MODE=0
does it also affect other connections (and transactions) or only the one
connection that set the mode
in it's url?

This is documented: "This setting affects all connections."

Regards,
Thomas


--
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To post to this group, send email to h2-datab...@googlegroups.com.
To unsubscribe from this group, send email to 
h2-database+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/h2-database?hl=en.

Reply via email to