supportsTransactions driver parameter

This commit is contained in:
Jan Prochazka
2024-09-11 08:16:54 +02:00
parent 293ef047d0
commit 448c15c308
6 changed files with 8 additions and 3 deletions

View File

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