No need to commit without opening a transaction first

This commit is contained in:
Fabio Manganiello 2018-07-15 20:33:09 +02:00
parent 2fda066e39
commit cba40744fb
1 changed files with 0 additions and 1 deletions

View File

@ -68,7 +68,6 @@ class DbPlugin(Plugin):
with engine.connect() as connection:
result = connection.execute(statement)
connection.commit()
@action