We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c9ce86 commit eb3e4d0Copy full SHA for eb3e4d0
lib/msnodesqlv8/connection-pool.js
@@ -24,7 +24,7 @@ class ConnectionPool extends BaseConnectionPool {
24
if (!this.config.connectionString) {
25
cfg.conn_str = buildConnectionString({
26
Driver: CONNECTION_DRIVER,
27
- Server: this.config.options.instanceName ? `${this.config.server}\\${this.config.instanceName}` : `${this.config.server},${this.config.port}`,
+ Server: this.config.options.instanceName ? `${this.config.server}\\${this.config.options.instanceName}` : `${this.config.server},${this.config.port}`,
28
Database: this.config.database,
29
Uid: this.config.user,
30
Pwd: this.config.password,
0 commit comments