Explorar o código

bug fix: sql writer::apply

Steve Nyemba %!s(int64=4) %!d(string=hai) anos
pai
achega
eef84d8069
Modificáronse 1 ficheiros con 1 adicións e 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()