浏览代码

bug fix: sql writer::apply

Steve Nyemba 4 年之前
父节点
当前提交
eef84d8069
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      transport/sql.py

+ 1 - 0
transport/sql.py

@@ -66,6 +66,7 @@ class SQLRW :
             else:
                 # Executing a command i.e no expected return values ...
                 cursor.execute(_sql)
+                self.conn.commit()
             
         finally:
             cursor.close()