Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Replication property to mssql-jdbc driver #1058

Closed
dougmei opened this issue May 15, 2019 · 1 comment · Fixed by #1566
Closed

Add Replication property to mssql-jdbc driver #1058

dougmei opened this issue May 15, 2019 · 1 comment · Fixed by #1566
Labels
Enhancement An enhancement to the driver. Lower priority than bugs.
Projects
Milestone

Comments

@dougmei
Copy link

dougmei commented May 15, 2019

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.

@dougmei dougmei added the Enhancement An enhancement to the driver. Lower priority than bugs. label May 15, 2019
@dougmei dougmei changed the title [FEATURE REQUEST] Add Replication property to mssql-jdbc driver May 15, 2019
@rene-ye
Copy link
Member

rene-ye commented May 21, 2019

Hi @dougmei, the team will have a look to see what can be done.

@cheenamalhotra cheenamalhotra added this to Under Investigation in MSSQL JDBC May 22, 2019
@ulvii ulvii moved this from Under Investigation to Backlog in MSSQL JDBC Jun 26, 2019
@lilgreenbird lilgreenbird linked a pull request Apr 15, 2021 that will close this issue
MSSQL JDBC automation moved this from Backlog to Closed Issues Apr 24, 2021
@David-Engel David-Engel added this to the 9.3.1 milestone Apr 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement An enhancement to the driver. Lower priority than bugs.
Projects
MSSQL JDBC
  
Closed Issues
Development

Successfully merging a pull request may close this issue.

3 participants