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

Allow backtick quoting around the database argument to the use command #936

Merged
merged 2 commits into from Jan 8, 2021

Conversation

rolandwalker
Copy link
Contributor

Description

This quoting form should be legal:

use `database`;

Fixes #901.

Checklist

  • I've added this contribution to the changelog.md.
  • I've added my name to the AUTHORS file (or it's already there).

@amjith amjith merged commit 8cb6975 into master Jan 8, 2021
@amjith amjith deleted the RW/use-quote-db-name branch January 8, 2021 05:04
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.

I can not use backquote in mycli when i use 'use' to change database, but it works in mysql.exe or mysqlsh.exe
2 participants