Skip to content

Commit

Permalink
Add missing instanceName to the MssqlConnectionNode type (#1063)
Browse files Browse the repository at this point in the history
  • Loading branch information
Imunal authored Nov 13, 2024
1 parent 500fdf4 commit dcec533
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/types/database.ts
Original file line number Diff line number Diff line change
Expand Up @@ -527,6 +527,7 @@ type MssqlConnectionNode = {
appName?: string
abortTransactionOnError?: boolean
trustedConnection?: boolean
instanceName?: string
enableArithAbort?: boolean
isolationLevel?:
| 'READ_UNCOMMITTED'
Expand Down

0 comments on commit dcec533

Please sign in to comment.