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
Error when removing server_default on MySQL #103
Labels
Comments
Changes by Robert Buchholz (@rbuchholz):
|
Michael Bayer (@zzzeek) wrote: the whole of mysql.py needs to be expanded out with individual ALTER, CHANGE, and DEFAULT directives. part of a patch:
|
Changes by Michael Bayer (@zzzeek):
|
Michael Bayer (@zzzeek) wrote:
→ b61eccc |
Changes by Michael Bayer (@zzzeek):
|
Michael Bayer (@zzzeek) wrote:
→ b297807 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Migrated issue, originally created by Robert Buchholz (@rbuchholz)
The following statement produces an exception when run against MySQL:
A unit test to extend tests/test_mysql.py follows:
The text was updated successfully, but these errors were encountered: