Column AutoCompletion should be in ordinal order just like 9.0.
|
52 KB
|
74 KB
It seems the SQLCompletionItem.getSortPriority() is respected. Perhaps the results aren't built properly?
Contradicts #5533. Please clarify the requirements.
Perhaps we need to add conditional logic, perhaps the sorting criteria should also be conditional.
SQLStdCompletionQuery : 850
Contradicts #5533. Please clarify the requirements.
Perhaps we need to add conditional logic, perhaps the sorting criteria should also be conditional.
SQLStdCompletionQuery : 850
Why is SQLStdCompletionQuery.queryCompletionOnType() getting called twice?
Why is SQLStdCompletionQuery.queryCompletionOnType() getting called twice?
Issue #6030 |
Closed |
Fixed |
Resolved |
Completion |
No due date |
Fixed Build 10.0-rc-13 |
No time estimate |
It seems the SQLCompletionItem.getSortPriority() is respected. Perhaps the results aren't built properly?