Pass instanceName to driver

This commit is contained in:
Frederik Hummel 2020-10-03 12:16:25 +02:00
parent ac6695123b
commit 6e9927fbf7

View File

@ -466,6 +466,7 @@ WHERE TABLE_TYPE='BASE TABLE' and TABLE_SCHEMA in (${schema}) AND TABLE_CATALOG
options: {
appName: "typeorm-model-generator",
encrypt: connectionOptons.ssl,
instanceName: connectionOptons.instanceName,
},
password: connectionOptons.password,
port: connectionOptons.port,