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

fix: add the enableArithAbort option to the sql server connection option typings #5526

Merged
merged 1 commit into from
Feb 17, 2020

Conversation

mwiedmann
Copy link
Contributor

This fixes #5511

@pleerock pleerock merged commit d19dbc6 into typeorm:master Feb 17, 2020
@pleerock
Copy link
Member

Thanks!

@mwiedmann mwiedmann deleted the fix-5511 branch February 17, 2020 15:33
@DarkLite1
Copy link

Weird... When I try this the warning disappears:

logging: false,
options: {
  enableArithAbort: true,
},

But not with the new exposed property:

logging: false,
enableArithAbort: true,

Version: "typeorm": "^0.2.25"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add enableArithAbort: boolean to SqlServerConnectionOptions options typings
3 participants