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

Adding replication connection option #1566

Merged
merged 3 commits into from
Apr 24, 2021

Conversation

David-Engel
Copy link
Contributor

@David-Engel David-Engel commented Apr 15, 2021

The replication property simply tells the database that a connection is for replication and affects when the "NOT FOR REPLICATION" setting on triggers and constraints takes affect.

This is the feature requested in #1058.

@lilgreenbird lilgreenbird added the Public API Changes in Public API label Apr 15, 2021
@lilgreenbird lilgreenbird linked an issue Apr 15, 2021 that may be closed by this pull request
@David-Engel David-Engel merged commit 50b9fdb into microsoft:dev Apr 24, 2021
@David-Engel David-Engel deleted the replication branch April 24, 2021 00:18
@David-Engel David-Engel added this to the 9.3.1 milestone Apr 24, 2021
@lilgreenbird lilgreenbird added this to Closed/Merged PRs in MSSQL JDBC Apr 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Public API Changes in Public API
Projects
MSSQL JDBC
  
Closed/Merged PRs
Development

Successfully merging this pull request may close these issues.

Add Replication property to mssql-jdbc driver
2 participants