dbcli / mycli

A Terminal Client for MySQL with AutoCompletion and Syntax Highlighting.
http://mycli.net
Other
11.42k stars 661 forks source link

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

Closed rolandwalker closed 3 years ago

rolandwalker commented 3 years ago

Description

This quoting form should be legal:

use `database`;

Fixes #901.

Checklist