How to disable Database-specific named prefix auto-completion? #9340
-
System information:
Connection specification:
Describe your question:I have multiple MySQL DB connections set. e.g. select * from mydb.mytable; How can I turn that off? so whenever I'l writing SQL statements using the auto complete feature it would result instead in following: select * from mytable; |
Beta Was this translation helpful? Give feedback.
Answered by
kseniiaguzeeva
Jul 22, 2020
Replies: 1 comment
-
You need to disable Use long object names (always use schema/catalogue). |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
LonwoLonwo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You need to disable Use long object names (always use schema/catalogue).
For this press Settings btn in SQL Editor window and go to Editors>SQL Editor>SQL Completion/Folding