File tree 4 files changed +9
-3
lines changed
src/main/java/net/snowflake/client/jdbc
4 files changed +9
-3
lines changed Original file line number Diff line number Diff line change
1
+ **JDBC Driver 3.13.17 **
2
+
3
+ - \S NOW-571607 | | Create patch for driver release v3.13.16 to fix incorrect behavior for getSchemas() function
4
+ - \| | Fix setting of invalid JVM parameters proxyHost and proxyPort
5
+ - \S NOW-348660 | | Add getters for the timezone and ZonedDateTime for SnowflakeTimestampWithTimezone object
6
+
1
7
**JDBC Driver 3.13.16 **
2
8
3
9
- \| | nonProxyHosts Parameter is Not Honored
Original file line number Diff line number Diff line change 4
4
5
5
<groupId >net.snowflake</groupId >
6
6
<artifactId >snowflake-jdbc-fips</artifactId >
7
- <version >3.13.16 </version >
7
+ <version >3.13.17 </version >
8
8
<packaging >jar</packaging >
9
9
10
10
<name >snowflake-jdbc-fips</name >
Original file line number Diff line number Diff line change 4
4
5
5
<groupId >net.snowflake</groupId >
6
6
<artifactId >snowflake-jdbc</artifactId >
7
- <version >3.13.16 </version >
7
+ <version >3.13.17 </version >
8
8
<packaging >jar</packaging >
9
9
10
10
<name >snowflake-jdbc</name >
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ public class SnowflakeDriver implements Driver {
23
23
static SnowflakeDriver INSTANCE ;
24
24
25
25
public static final Properties EMPTY_PROPERTIES = new Properties ();
26
- public static String implementVersion = "3.13.16 " ;
26
+ public static String implementVersion = "3.13.17 " ;
27
27
28
28
static int majorVersion = 0 ;
29
29
static int minorVersion = 0 ;
You can’t perform that action at this time.
0 commit comments