Closed GoogleCodeExporter closed 9 years ago
Autocommit defaults to False so you need to set it to True to keep your changes.
Original comment by davidp.r...@gmail.com
on 29 Feb 2012 at 2:15
Try this
sql = ("INSERT INTO client_test
(name,mailTo,mailCC,mailBCC,mailbox,description) VALUES(1,2,3,4,5,6);")
cur.execute(sql)
cur.commit(sql)
Original comment by pyneha...@gmail.com
on 14 Sep 2012 at 5:31
Original comment by mkleehammer
on 29 Sep 2012 at 5:00
Original issue reported on code.google.com by
ramax...@gmail.com
on 27 Feb 2012 at 6:30