Skip to content

Adding Delayed Durability#1310

Merged
ulvii merged 2 commits intomicrosoft:devfrom
dbrownems:patch-2
May 1, 2020
Merged

Adding Delayed Durability#1310
ulvii merged 2 commits intomicrosoft:devfrom
dbrownems:patch-2

Conversation

@dbrownems
Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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.

6 participants