Go to advanced search

by pavelbor
Wed May 20, 2015 11:30 am
Forum: Python
Topic: Python e Mysql
Replies: 4
Views: 939

Re: Python e Mysql

In order to save to database you have to commit your changes in the database
db.commit()

Go to advanced search