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

Support CONVERT USING <collation> syntax #6291

Closed
timsehn opened this issue Jul 6, 2023 · 0 comments · Fixed by dolthub/go-mysql-server#1867
Closed

Support CONVERT USING <collation> syntax #6291

timsehn opened this issue Jul 6, 2023 · 0 comments · Fixed by dolthub/go-mysql-server#1867
Assignees
Labels
customer issue enhancement New feature or request good repro Easily reproducible bugs

Comments

@timsehn
Copy link
Sponsor Contributor

timsehn commented Jul 6, 2023

This comes from the FusionAuth database setup script.

-- Insert instance
INSERT INTO instance(id, setup_complete)
  VALUES (UNHEX(REPLACE(CONVERT(UUID() USING utf8mb4), '-', '')), FALSE): unsupported syntax: convert(UUID() using utf8mb4)
@timsehn timsehn added enhancement New feature or request 1hr good repro Easily reproducible bugs customer issue labels Jul 6, 2023
@timsehn timsehn changed the title Support UUID() USING <collation> syntax Support CONVERT USING <collation> syntax Jul 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
customer issue enhancement New feature or request good repro Easily reproducible bugs
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants