File tree Expand file tree Collapse file tree
src/main/java/net/snowflake/client/jdbc Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ **JDBC Driver 3.13.10 **
2+
3+ - \| SNOW-492055 | Handle uncaught exceptions that can occur in PUT statements
4+ - \| SNOW-477795 | Regard BLOCKED query as running query.
5+ - \| SNOW-458293 | Added parameter JDBC_CHUNK_DOWNLOADER_MAX_RETRY to make chunk downloader max retry configurable
6+
17**JDBC Driver 3.13.9 **
28
39- \| SNOW-411516 | Enhance JDBC to support SFAsyncResultSet.getResultSetSerializables(Long).
Original file line number Diff line number Diff line change 44
55 <groupId >net.snowflake</groupId >
66 <artifactId >snowflake-jdbc-fips</artifactId >
7- <version >3.13.9 </version >
7+ <version >3.13.10 </version >
88 <packaging >jar</packaging >
99
1010 <name >snowflake-jdbc-fips</name >
Original file line number Diff line number Diff line change 44
55 <groupId >net.snowflake</groupId >
66 <artifactId >snowflake-jdbc</artifactId >
7- <version >3.13.9 </version >
7+ <version >3.13.10 </version >
88 <packaging >jar</packaging >
99
1010 <name >snowflake-jdbc</name >
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ public class SnowflakeDriver implements Driver {
2323 static SnowflakeDriver INSTANCE ;
2424
2525 public static final Properties EMPTY_PROPERTIES = new Properties ();
26- public static String implementVersion = "3.13.9 " ;
26+ public static String implementVersion = "3.13.10 " ;
2727
2828 static int majorVersion = 0 ;
2929 static int minorVersion = 0 ;
You can’t perform that action at this time.
0 commit comments