diff --git a/transport/sql.py b/transport/sql.py index 9f07730..32fc356 100644 --- a/transport/sql.py +++ b/transport/sql.py @@ -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()