bug fix: sql writer::apply

This commit is contained in:
Steve Nyemba 2021-01-02 05:38:06 -06:00
parent 898455f23c
commit eef84d8069
1 changed files with 1 additions and 0 deletions

View File

@ -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()