leinn32 / h2database

Automatically exported from code.google.com/p/h2database
0 stars 0 forks source link

Support for "SHOW TRANSACTION ISOLATION LEVEL" #478

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I've encountered a case where a driver is sending me the PG instruction "SHOW 
TRANSACTION ISOLATION LEVEL" which is currently not supported. It's a somewhat 
similar case to the handling of "SHOW DEFAULT_TRANSACTION_ISOLATION" in that a 
typical PG installation will return "read committed".

I've attached a potential implementation with some unit tests around the PG 
show compatibility as I couldn't find any? I'm not sure if you'd prefer to use 
testScript.sql for this sort of thing instead?

Original issue reported on code.google.com by arbfrank...@gmail.com on 13 Jun 2013 at 9:59

Attachments:

GoogleCodeExporter commented 9 years ago
Patch committed

Original comment by noelgrandin on 18 Jun 2013 at 6:59