refresh DB - don't offer incremental analysis when not supported

This commit is contained in:
SPRINX0\prochazka
2025-12-02 18:07:28 +01:00
parent b40877fcc1
commit b6b6123434
9 changed files with 18 additions and 8 deletions

View File

@@ -171,6 +171,7 @@ const driver = {
defaultPort: 1433,
defaultAuthTypeName: 'tedious',
supportsTransactions: true,
supportsIncrementalAnalysis: true,
// databaseUrlPlaceholder: 'e.g. server=localhost&authentication.type=default&authentication.type.user=myuser&authentication.type.password=pwd&options.database=mydb',
getNewObjectTemplates() {