[Python] Transaction is_open
method throws an exception if called after transaction is committed
#685
Labels
is_open
method throws an exception if called after transaction is committed
#685
Description
If the
is_open
method of aTypeDBTransaction
is called after the transaction is committed, an exception is thrown instead of returningFalse
. This is not the case if the transaction is instead closed, after whichis_open
functions as expected.Environment
Reproducible Steps
Additional information
The text was updated successfully, but these errors were encountered: