Skip to content

Commit 7c5627f

Browse files
jenshorchJens Horch
and
Jens Horch
authored
fix: added instanceName to options (#9968)
* added instanceName to options * run prettier --------- Co-authored-by: Jens Horch <[email protected]>
1 parent 0305805 commit 7c5627f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/driver/sqlserver/SqlServerConnectionOptions.ts

+5
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,11 @@ export interface SqlServerConnectionOptions
119119
* Extra options
120120
*/
121121
readonly options?: {
122+
/**
123+
* The named instance to connect to
124+
*/
125+
readonly instanceName?: string
126+
122127
/**
123128
* By default, if the database requestion by options.database cannot be accessed, the connection will fail with
124129
* an error. However, if options.fallbackToDefaultDb is set to true, then the user's default database will

0 commit comments

Comments
 (0)