bug fix: sql writer::apply

pull/1/head
Steve L. Nyemba 4 years ago
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…
Cancel
Save