You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
...
AttributeError: '_GeneratorContextManager' object has no attribute 'commit'
...
AttributeError: '_GeneratorContextManager' object has no attribute 'rollback'
In the Features section of the documentation for version 0.5.3, it says
"Transactions:
t = Database.transaction(); t.commit()
."However, I get an error when trying to do this:
However, if I install version 0.5.2, the above code works.
How is the usage of this feature intended to work in version 0.5.3?
The text was updated successfully, but these errors were encountered: