mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-02-16 10:58:30 -05:00
Enabling Database scoped configurations tab to DB Properties (#2147)
* sending dsc values to ADS * modifying dsc method with unsupportable property IsValuedefault * getting the options and added a bool flag to maintian checkbox for secondary to save * sending data to ads * Ready for PR with minimal changes of loading UI as expected, TODO:saving logic * Excluding maxdop and resumable options from primary value conversion for 1/0's * Adding Id to the info, as we cannot depend on names, as names can be altered in future * saving successfully, todo-diff servers, script (secondary - primary compare and dont update),test, send null for unsupported * adding nullable dsc for unsupported servers * fixing script generation for some properties that are not touched. the generated script is unharmed but unnecessary here * adding test conditions for database scoped configurations * adding switch case method to get the values * Removing Loc string for the TSQL options * removing unnecessary using statement * Adding test case and fixing createDatabase issue * Update src/Microsoft.SqlTools.ServiceLayer/Admin/Database/DatabasePrototype130.cs Co-authored-by: Charles Gagnon <chgagnon@microsoft.com> * comment update --------- Co-authored-by: Charles Gagnon <chgagnon@microsoft.com>
This commit is contained in:
committed by
GitHub
parent
7c0da6b6b1
commit
e4db70fb39
@@ -8216,11 +8216,6 @@ The Query Processor estimates that implementing the following index could improv
|
||||
<target state="new">ON</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="prototype_db_prop_databasescopedconfig_value_primary">
|
||||
<source>PRIMARY</source>
|
||||
<target state="new">PRIMARY</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="error_db_prop_invalidleadingColumns">
|
||||
<source>For the distribution policy HASH, the number of leading hash columns is optional but should be from 1 to 16 columns</source>
|
||||
<target state="new">For the distribution policy HASH, the number of leading hash columns is optional but should be from 1 to 16 columns</target>
|
||||
|
||||
Reference in New Issue
Block a user