ydb-python-sdk
ydb-python-sdk copied to clipboard
Flag for deny use committed transaction
Current behaviour: After commit transaction the python object can be re-used with auto-open other transaction transparently.
It can cause a problem with unexpected commit transaction and transparently split transaction.
The problem will difficult to debug.
New behaviour: After commit transaction it can't use for and queries. It will default behaviour in next major version.