monaco-editor-sqlclient 0.29.3 → 0.29.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -769,6 +769,7 @@ export var language = {
|
|
|
769
769
|
'SET',
|
|
770
770
|
'SETS',
|
|
771
771
|
'SETUSER',
|
|
772
|
+
'SHOW',
|
|
772
773
|
'SHOW_STATISTICS',
|
|
773
774
|
'SHOWCONTIG',
|
|
774
775
|
'SHOWPLAN',
|
|
@@ -883,6 +884,7 @@ export var language = {
|
|
|
883
884
|
'TWO_DIGIT_YEAR_CUTOFF',
|
|
884
885
|
'TYPE',
|
|
885
886
|
'TYPE_WARNING',
|
|
887
|
+
'TABLES',
|
|
886
888
|
'UNBOUNDED',
|
|
887
889
|
'UNCHECKED',
|
|
888
890
|
'UNCOMMITTED',
|