We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33e7613 commit 62ec466Copy full SHA for 62ec466
2 files changed
package.json
@@ -5,7 +5,7 @@
5
"printableName": "Cache Web Terminal",
6
"description": "Web-based terminal emulator for Caché administering.",
7
"author": "ZitRo",
8
- "version": "4.0.0-beta.12",
+ "version": "4.0.0-beta.13",
9
"gaID": "UA-83005064-2",
10
"releaseNumber": 26,
11
"scripts": {
src/client/js/parser/grammar.js
@@ -179,6 +179,7 @@ rule("CWTSpecial").split(
179
id({ value: "initMessage", class: "variable" }),
180
id({ value: "language", class: "variable" }),
181
id({ value: "maxHistorySize", class: "variable" }),
182
+ id({ value: "sqlMaxResults", class: "variable" }),
183
id({ value: "suggestions", class: "variable" }),
184
id({ value: "syntaxHighlight", class: "variable" }),
185
id({ value: "serverName", class: "variable" }),
0 commit comments