Skip to content

Add Replication property to mssql-jdbc driver #1058

@dougmei

Description

@dougmei

This is a feature request to add the "Replication" boolean property to the SQL Server connection in the mssql-jdbc driver so that it can be configured by setting the property in the url and/or in the connection properties, something like this:

db.driver=com.microsoft.sqlserver.jdbc.SQLServerDriver
db.url=jdbc:sqlserver://localhost:59706;databaseName=symchuck;replication=true
db.connection.properties=replication=true;

This property is available through the SQLConnectionSringBuilder in ADO.Net and it would be nice to have it available in jdbc as well.

Metadata

Metadata

Assignees

No one assigned

    Labels

    EnhancementAn enhancement to the driver. Lower priority than bugs.

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions