bug fix: sql writer::apply
This commit is contained in:
parent
898455f23c
commit
eef84d8069
|
@ -66,6 +66,7 @@ class SQLRW :
|
||||||
else:
|
else:
|
||||||
# Executing a command i.e no expected return values ...
|
# Executing a command i.e no expected return values ...
|
||||||
cursor.execute(_sql)
|
cursor.execute(_sql)
|
||||||
|
self.conn.commit()
|
||||||
|
|
||||||
finally:
|
finally:
|
||||||
cursor.close()
|
cursor.close()
|
||||||
|
|
Loading…
Reference in New Issue