-
-
Notifications
You must be signed in to change notification settings - Fork 526
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
support (IN)VISIBLE index feature #6690
Comments
Hey @0x4261756D, thanks for reporting this gap! 🙏 Adding syntax support for this (i.e. parsing, but treating it as a no-op) should be pretty easy. I'm wrapping up some testing on another task, then I'll jump on to this and see if I can get our grammar updated to allow this syntax. Stay tuned! |
The changes to the parser to support this syntax were merged in. Once a few more CI steps complete, I'll be able to cut a release and will let you know when the fix is available to pick up. |
@0x4261756D – This fix is now available in Dolt 1.16.2. Thank you for taking the time to file this issue so we could get this fixed! 🙏 Let us know if you run into any other problems with Dolt and we'll be happy to jump on them. |
There is no support for the
VISIBLE
andINVISIBLE
keywords for indexes.This is especially bothering since MySQL Workbench always adds one of those keywords when creating an index via the GUI.
Steps to reproduce:
produces
The text was updated successfully, but these errors were encountered: