Pārlūkot izejas kodu

bug fix: sql writer::apply

Steve Nyemba 4 gadi atpakaļ
vecāks
revīzija
eef84d8069
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  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()