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: 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…
Cancel
Save