Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dbschema is incompatible with pymysql v0.8 #5

Closed
stephenreay opened this issue Jan 3, 2018 · 0 comments · Fixed by #6
Closed

dbschema is incompatible with pymysql v0.8 #5

stephenreay opened this issue Jan 3, 2018 · 0 comments · Fixed by #6

Comments

@stephenreay
Copy link
Contributor

PyMySQL v0.8 includes a breaking change related to running multi-statement queries.

More information is available at PyMySQL/PyMySQL@c0aa317

stephenreay added a commit to Koalephant/dbschema that referenced this issue Jan 3, 2018
stephenreay added a commit to Koalephant/dbschema that referenced this issue Jan 3, 2018
@gabfl gabfl closed this as completed in #6 Feb 5, 2018
gabfl pushed a commit that referenced this issue Feb 5, 2018
* Updated to be compatible with PyMYSQL v0.8

Should resolve GH-5

* Bumped version number
gabfl pushed a commit that referenced this issue May 16, 2018
* Use the `host` property from config.

Should fix GH-3

* Bumped version number

* Updated to be compatible with PyMYSQL v0.8

Should resolve GH-5

* Bumped version number

* Ensure migrations are applied in sorted order

* Changing version

Replacing version with 1.2.4 since this branch will be merged before #14
gabfl pushed a commit that referenced this issue May 22, 2018
* Use the `host` property from config.

Should fix GH-3

* Bumped version number

* Updated to be compatible with PyMYSQL v0.8

Should resolve GH-5

* Bumped version number

* Adding SSL support for MySQL

* Bump version number

* Remove debug statements

* Comment all SSL options by default
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant