Adds support for instance name based MS SQL connections.
This commit checks if in the passed options for Sequelize a instanceName dialect option was passed for MS SQL connections. It sets the instanceName property on the config and omits the port property, so that tedious will use the instance name instead of a direct port connection. Signed-off-by: Luca Moser <l.moser@triumph-adler.ch>
Showing
with
5 additions
and
1 deletions
-
Please register or sign in to post a comment