bug fix: sql writer::apply
This commit is contained in:
parent
898455f23c
commit
eef84d8069
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue