Release
BCR Change
Caution: Version 3.13.24 of the Snowflake JDBC driver changes the return values for the Statement.getMoreResults() and Statement.getupdateCount(), as described below.If your projects are affected by breaking changes related to these functions, Snowflake recommends that you do not install this version into a production environment before testing.
Updates
Upgraded the following libraries:
- The Statement.getMoreResults() function now returns TRUE when more statements are available to iterate through in a multi-statement query.
- The Statement.getupdateCount() function now returns 0 instead of -1 for non-DML queries.
This release fixes a bug with FIPS S3 support. The JDBC driver so far would redirect to a non FIPS S3 URL for PUT and GET. With this fix the JDBC driver will now redirect to the correct FIPS enabled S3 endpoint to support PUT and GET. In order to make sure that this works you might have to update your FIREWALL rules to allow the FIPS S3 endpoint.