You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Autocompleting tables and columns that are all caps adds backticks around the names. For example, completing a table named BAR adds backticks around this and completes to "`BAR`". (I can't format it correctly on GitHub. See the screen shots below).
However, the BAR table completion adds unnecessary backticks:
For schemas that use all caps for all tables and columns, this adds a lot of unnecessary noise when typing queries. I don't think this should be adding quotes at all. At the least, it would be great to have an option to disable this behavior.
This is on:
LiteCli: 1.12.3 (SQLite: 3.46.1)
The text was updated successfully, but these errors were encountered:
Autocompleting tables and columns that are all caps adds backticks around the names. For example, completing a table named
BAR
adds backticks around this and completes to "`BAR`". (I can't format it correctly on GitHub. See the screen shots below).Here's an example schema:
The
foo
table completion works as expected:However, the
BAR
table completion adds unnecessary backticks:For schemas that use all caps for all tables and columns, this adds a lot of unnecessary noise when typing queries. I don't think this should be adding quotes at all. At the least, it would be great to have an option to disable this behavior.
This is on:
The text was updated successfully, but these errors were encountered: