Przeglądaj źródła

bug fix: sql writer::apply

Steve Nyemba 4 lat temu
rodzic
commit
eef84d8069
1 zmienionych plików z 1 dodań i 0 usunięć
  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()