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.16 **
2+
3+ - \| | nonProxyHosts Parameter is Not Honored
4+
15**JDBC Driver 3.13.15 **
26
37- \| | Refactored the isFileTransfer function into the base class.
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.15 </version >
7+ <version >3.13.16 </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.15 </version >
7+ <version >3.13.16 </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.15 " ;
26+ public static String implementVersion = "3.13.16 " ;
2727
2828 static int majorVersion = 0 ;
2929 static int minorVersion = 0 ;
You can’t perform that action at this time.
0 commit comments