sdispater / eloquent

The Eloquent ORM provides a simple yet beautiful ActiveRecord implementation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MySQLdb does not accept autocommit keyword

sdispater opened this issue · comments

MySQLdb does not accept autocommit keyword while PyMyQSL does.
We need to make changes for both packages to work.

The autocommit keyword is actually accepted by the latest versions of mysqldb, but others are not. This is fixed by commit 99fc670