PySQLPool
PySQLPool copied to clipboard
PySQLPool is a MySQL Connection Pooling for Python 2.4+ built on-top of the famous MySQLdb Python library. My goal of PySQLPool is to provide a simple yet robust pooling library for use in and Pyth...
I propose to use pure python library PyMysSQL (https://github.com/PyMySQL/PyMySQL) instead of MySqlDB with C extension.
EDIT: I'm currently working on some code that uses MySQLdb and I ran into an issue with a connection closing during processing, but the query continued on the database server....
When i checked the pool file i didnt see anything with the name returnConnection
Missing a 'self.commitOnEnd = commitOnEnd' in Query.**init** I think. Otherwise, the commitOnEnd behaviour works if you specify it at the connection level, but is completely ignored if specified at the...