memsql / memsql-python

This repository holds some python libraries and plugins designed to be used with MemSQL.
MIT License
62 stars 33 forks source link

Fix parameter changes in MySQLdb v2.1 #23

Closed kesmit13 closed 2 years ago

kesmit13 commented 2 years ago

In MySQLdb v2.1, the parameters passwd and db were changed to password and database, respectively. This fix checks the version of MySQLdb and sets the parameter names accordingly.

carlsverre commented 2 years ago

this resolves #20