Skip to content

Commit e3a99ec

Browse files
committed
Prepare 2.8.2 release, Fixes #392
1 parent 21dffa7 commit e3a99ec

12 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## [2.8.2] - 2026-01-21
4+
- Fix issue [#392](https://github.com/intersystems/language-server/issues/392): Restore support for a wide array of Linux distros
5+
36
## [2.8.1] - 2026-01-05
47
- Fix issue [#379](https://github.com/intersystems/language-server/issues/379): SQL syntax error when using "ms" as an alias
58
- Fix issue [#381](https://github.com/intersystems/language-server/issues/381): Fix extension crashes due to request forwarding
288 Bytes
Binary file not shown.
288 Bytes
Binary file not shown.
640 Bytes
Binary file not shown.
584 Bytes
Binary file not shown.
-1.11 MB
Binary file not shown.

server/lib/linux-x64-isclexer.node

-1 MB
Binary file not shown.
0 Bytes
Binary file not shown.

server/lib/win32-x64-isclexer.node

100644100755
0 Bytes
Binary file not shown.

server/src/documentation/keywords/Index.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,11 @@
9797
"type": "KW_TYPE_SQLIDENTIFIER",
9898
"description": "Defines an alternate name for this index when referred to via SQL."
9999
},
100+
{
101+
"name": "SurrogateId",
102+
"type": "KW_TYPE_BOOLEAN",
103+
"description": "A SurrogateId index is a nonpartitioned index on a single column, which behaves externally as if it is the class's id."
104+
},
100105
{
101106
"name": "Type",
102107
"type": "KW_TYPE_STRING",

0 commit comments

Comments
 (0)