intersystems-community / vscode-objectscript

InterSystems ObjectScript extension for Visual Studio Code
https://docs.intersystems.com/components/csp/docbook/DocBook.UI.Page.cls?KEY=GVSCO
Other
106 stars 48 forks source link

`WorkspaceSymbolProvider` should match case-insensitively #1386

Closed isc-bsaviano closed 2 months ago

isc-bsaviano commented 2 months ago

This is needed because the LIKE predicate uses the the same collation type as the column it matches against, and the %Dictionary Name columns use EXACT collation by default.