How can you get the transaction isolation level in CUBRID ?
Hello,
I tried running the command "GET TRANSACTION ISOLATION LEVEL;" in CUBRID Manager and Python Driver. I followed the example below:
http://www.cubrid.org/manual/841/en/GET%20TRANSACTION%20ISOLATION%20LEVEL
Instead of getting the result, in Python Driver I obtained a "None" object, while in CUBRID Manager, the output was simply:
1'th SQL successfully executed.[0.446 second] GET TRANSACTION ISOLATION LEVEL;
How can this command be ran correctly to obtain the isolation level ?
I checked now and in CSQL it works like this:
csql> GET TRANSACTION ISOLATION LEVEL;
=== <Result of GET ISOLATION LEVEL Command in Line 1> ===
Result
=============
REPEATABLE READ SCHEMA, READ UNCOMMITTED INSTANCES
Current transaction has been committed.
1 command(s) successfully processed.However, I need it to work in Python Driver and CUBRID Manager also.
Best regards,
Ovidiu