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

Parsing support for SHOW COLLATION WHERE #4067

Merged
merged 1 commit into from
Jul 9, 2018

Conversation

dweitzman
Copy link
Member

Both LIKE and WHERE are allowed in these queries:
https://dev.mysql.com/doc/refman/8.0/en/show-collation.html

Only adding WHERE for the moment because SQLAlchemy uses it in mysqldb.py when checking for UTF8 support.

Signed-off-by: David Weitzman dweitzman@pinterest.com

Both LIKE and WHERE are allowed in these queries:
https://dev.mysql.com/doc/refman/8.0/en/show-collation.html

Only adding WHERE for the moment because SQLAlchemy uses it in mysqldb.py when checking for UTF8 support.

Signed-off-by: David Weitzman <dweitzman@pinterest.com>
@sougou sougou merged commit 69a63c4 into vitessio:master Jul 9, 2018
@dweitzman dweitzman deleted the sqlalchemy_collation branch January 7, 2019 00:51
systay pushed a commit that referenced this pull request Jul 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants