Explorar el Código

bug fix: sql writer::apply

Steve Nyemba hace 4 años
padre
commit
eef84d8069
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      transport/sql.py

+ 1 - 0
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()