Error when removing server_default on MySQL #103
Closed
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):
|
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: