mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-02-14 12:08:32 -05:00
Enable QueryStore tab to the database properties (#2200)
* initial commit * adding prototypefile and server conditions * Saving query store options completed, todo:tests * adding LOC stings according to the LOC version of the ms doc * removing common constants * merge conflict fix * fixing null reference exception * Adjusting the null reference exception property value in prototype.cs * removing unused directive * test fix that checks wrong value * Purge query store data changes * adding comment and uncommented the line
This commit is contained in:
committed by
GitHub
parent
703691e897
commit
a053457ba1
@@ -25,5 +25,8 @@ namespace Microsoft.SqlTools.SqlCore.Utility
|
||||
public const string DatabaseScopedConfigurations_Value_Fail_Unsupported = "FAIL_UNSUPPORTED";
|
||||
public const string DatabaseScopedConfigurations_Value_Enabled = "ENABLED";
|
||||
public const string DatabaseScopedConfigurations_Value_Disabled = "DISABLED";
|
||||
public const string QueryStoreOperationMode_Off = "Off";
|
||||
public const string QueryStoreOperationMode_ReadOnly = "Read Only";
|
||||
public const string QueryStoreOperationMode_ReadWrite = "Read Write";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user