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

View file

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