ADS changes for new engine edition (#7695) (#8176)

* Sql on demand changes

* Formating files

* Removing features for new Engine Edition

* Fixing Restore & Backup issue. Adding support for multiple conditions per flavor

* tabifying

* Formating documents

* Work in progress

* Resolving comments

* Resolving comments.

* Fixing typo
This commit is contained in:
Charles Gagnon
2019-10-31 20:47:03 -07:00
committed by Karl Burtram
parent ea71c0e39c
commit fe896e8b1a
25 changed files with 271 additions and 80 deletions

View File

@@ -46,7 +46,7 @@
"objectExplorer/item/context": [
{
"command": "flatFileImport.start",
"when": "connectionProvider == MSSQL && nodeType && nodeType == Database",
"when": "connectionProvider == MSSQL && nodeType && nodeType == Database && mssql:engineedition != 11",
"group": "import"
}
]