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:
Sai Avishkar Sreerama
2023-09-07 16:35:44 -05:00
committed by GitHub
parent 703691e897
commit a053457ba1
18 changed files with 782 additions and 4 deletions

View File

@@ -83,7 +83,8 @@ namespace Microsoft.SqlTools.ServiceLayer.IntegrationTests.ObjectManagement
AutoShrink = false,
AutoUpdateStatistics = true,
AutoUpdateStatisticsAsynchronously = false,
DatabaseScopedConfigurations = null
DatabaseScopedConfigurations = null,
QueryStoreOptions = null
};
}