Στις 18/6/2013 4:42 πμ, ο/η Dennis Lee Bieber έγραψε:


        Do you ever COMMIT the changes.

        cur.execute("update anything set something = whatever where that =
this")

without doing a con.commit() is just going to rollback the changes.

committing the changes inst necessary neither is disconnecting from the database, this are done automatically.


--
What is now proved was at first only imagined!
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to