Strict null on some query and connection (#7300)

* wip

* make connection work with strict-nulls

* change comments

* fix tests; remove unneeded type forcing

* address feedback

* adjust the logic of query editor

* clean up typing
This commit is contained in:
Anthony Dresser
2019-10-21 15:50:12 -07:00
committed by GitHub
parent 6a375fdd8c
commit 06e86e57e7
22 changed files with 367 additions and 369 deletions

View File

@@ -17,12 +17,14 @@
// "./vs/platform/**/*.ts",
"./sql/base/**/*.ts",
"./sql/editor/**/*.ts",
"./sql/platform/accounts/common/**/*.ts",
"./sql/platform/angularEventing/**/*.ts",
"./sql/platform/backup/**/*.ts",
"./sql/platform/browser/**/*.ts",
"./sql/platform/capabilities/**/*.ts",
"./sql/platform/clipboard/**/*.ts",
"./sql/platform/common/**/*.ts",
"./sql/platform/connection/common/**/*.ts",
"./sql/platform/credentials/**/*.ts",
"./sql/platform/errorMessage/**/*.ts",
"./sql/platform/fileBrowser/**/*.ts",
@@ -31,6 +33,7 @@
"./sql/platform/modelComponents/**/*.ts",
"./sql/platform/notebooks/**/*.ts",
"./sql/platform/oAuth/**/*.ts",
"./sql/platform/query/common/gridDataProvider.ts",
"./sql/platform/scripting/**/*.ts",
"./sql/platform/serialization/**/*.ts",
"./sql/platform/serverGroup/**/*.ts",