We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
Driver version: Master, any framework Server version: 2.59.0
The text was updated successfully, but these errors were encountered:
Fix for snowflakedb#69
b428d87
Handle the OverflowExcpetion and return -1.
Fix for #69
f502e3e
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: