SQL Editor Assist and Auto Complete #40808
-
Beta Was this translation helpful? Give feedback.
Replies: 5 comments
-
|
Thank you for your report. I have reproduced it |
Beta Was this translation helpful? Give feedback.
-
|
Workaround works for me. What is the reason for enabling "Sort alphabetically proposals" by default? |
Beta Was this translation helpful? Give feedback.
-
|
Here is the proposal comparison logic used to sort them:
Basically the whole point of To me it looks like you might want to disable |
Beta Was this translation helpful? Give feedback.
-
|
@ged-yuko |
Beta Was this translation helpful? Give feedback.
-
|
@DmitryNeverovich See how it works with Sort alphabetically and Search inside names both enabled. Here is my If i remove the table alias and type Note group of the Rotate-somethig functions, they have the same matching score, so they are sorted alphabetically among themselve. The point is: forcing columns to be always on top will completely break the whole logic behind how |
Beta Was this translation helpful? Give feedback.







@DmitryNeverovich
Here is the proposal comparison logic used to sort them:
Search inside namesis enabled, then (filter by matching at any position in proposal text)(which might bring proposal of any kind to the top position if it matches better than others)
Sort proposals alphabeticallyis enabled, then compare alphabeticallySearch inside namesis disabled (filter by matching only the exact proposal prefix)Sort proposals alphabetically…