forked from platypush/platypush
No need to commit without opening a transaction first
This commit is contained in:
parent
2fda066e39
commit
cba40744fb
1 changed files with 0 additions and 1 deletions
|
@ -68,7 +68,6 @@ class DbPlugin(Plugin):
|
|||
|
||||
with engine.connect() as connection:
|
||||
result = connection.execute(statement)
|
||||
connection.commit()
|
||||
|
||||
|
||||
@action
|
||||
|
|
Loading…
Reference in a new issue