-
Notifications
You must be signed in to change notification settings - Fork 42
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
ENUM and SET values for MySQL #259
Comments
Hey adding this here since it should be in the same part of the parser logic (eg same syntax) as the above, but for SETS
Result
|
@xnuinside I've managed to get all the other types working for omymodels. This is the final blocker. Enums and sets with defaults crash.
Would appreciate your help here. |
@rayliverified @hubg398 working on it, will add in 1.6.2 version |
UPD: released in version 1.7.0 https://pypi.org/project/simple-ddl-parser/1.7.0/ tests also added - https://github.com/xnuinside/simple-ddl-parser/pull/287/files#diff-c5dbbef7e9cbb2c64b384079070c3006398036d834774db5983a1e347b7747f8 if will be needed anything else - feel free to open new issue |
This one is more a feature request, as I don't think the parser supports this yet.
This is for the ENUM column type when the values are specified inline.
Relevant doc for MySQL and example here: https://dev.mysql.com/doc/refman/8.0/en/enum.html
Gives
Thanks
The text was updated successfully, but these errors were encountered: