Add support for specifying IP Types for SQL Server #359
Labels
priority: p1
Important issue which blocks shipping the next release. Will be fixed prior to next release.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
Feature Description
Allow users to specify whether to connect over public or private IP when using the JDBC connector for SQL Server. Since the
mssql-jdbc
driver currently only accepts one argument for the socket factory constructor, this is blocked until the driver supports passing in a Properties object to the constructor.The text was updated successfully, but these errors were encountered: