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 Delayed Durability #1310

Merged
merged 2 commits into from
May 1, 2020
Merged

Adding Delayed Durability #1310

merged 2 commits into from
May 1, 2020

Conversation

dbrownems
Copy link
Contributor

Adding an overload of commit() to support delayed durability. Fixed compilation error. Didn't add method to ISQLServerConnection interface. Not sure if that is desirable.

Adding an overload of commit() to support delayed durability
@peterbae
Copy link
Contributor

Hi @dbrownems, thank you for your contribution. I think adding an option to enable delayed durability could be useful to some users. Could you modify the commit() method so that it calls the commit(false) method to remove some code duplication here?

@dbrownems
Copy link
Contributor Author

Do you think it needs to be added to ISqlServerConnection and to the proxy type too? Also I can't get the project to build. Are there any better instructions? I tried from the commandline and various IDEs, but no luck.

@peterbae
Copy link
Contributor

We have instructions for building the JAR files using maven in our README file (let us know if you're stuck on one of the steps). This won't need to be added to ISqlServerConnection or the proxy type.

@ulvii ulvii added this to the 8.3.1 milestone Apr 28, 2020
@ulvii ulvii merged commit 426e5ae into microsoft:dev May 1, 2020
@ulvii
Copy link
Contributor

ulvii commented May 1, 2020

Thanks for contribution @dbrownems

@dbrownems dbrownems deleted the patch-2 branch May 1, 2020 18:01
@ulvii ulvii added the Public API Changes in Public API label Jul 29, 2020
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
Status: Closed/Merged PRs
Development

Successfully merging this pull request may close these issues.

4 participants