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
Original issue reported on code.google.com by
arbfrank...@gmail.com
on 13 Jun 2013 at 9:59Attachments: