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

Commits on Jul 3, 2018

  1. Parsing support for SHOW COLLATION WHERE

    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>
    dweitzman committed Jul 3, 2018
    Configuration menu
    Copy the full SHA
    58bf0a6 View commit details
    Browse the repository at this point in the history