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

Statements mutating more than int.MaxValue rows cause a OverflowException #69

Closed
akrock opened this issue Oct 3, 2018 · 0 comments
Closed
Milestone

Comments

@akrock
Copy link
Contributor

akrock commented Oct 3, 2018

Issue description

If an insert or update statement causes more than int.MaxValue rows to be modified an OverflowException is thrown.

I would expect that the snowflake connector is able to handle this case w/o errors.

Configuration

Driver version: Master, any framework
Server version: 2.59.0

akrock added a commit to akrock/snowflake-connector-net that referenced this issue Oct 3, 2018
Handle the OverflowExcpetion and return -1.
@akrock akrock mentioned this issue Oct 3, 2018
howryu pushed a commit that referenced this issue Nov 28, 2018
Handle the OverflowExcpetion and return -1.
@howryu howryu closed this as completed Nov 28, 2018
@howryu howryu added this to the v1.0.6 milestone Nov 28, 2018
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

No branches or pull requests

2 participants