farcepest / MySQLdb1

MySQL database connector for Python (legacy version)
https://sourceforge.net/projects/mysql-python/
667 stars 318 forks source link

On mysqldb 1.2.3 getting attribute error: 'Connection' object has no attribute 'get_autocommit' #115

Open moshe742 opened 8 years ago

moshe742 commented 8 years ago

I am trying to work with specify which is working with mysqldb package version 1.2.3, but when I try to get tothe first page I get the error in the title. I saw that the Connection class should have a function get_autocommit (on line 260 in connections.py for example) but I can't find it in the class OR the class Connection is inheriting from.

Please help. Thanks. Moshe