File tree 4 files changed +11
-3
lines changed
src/main/java/net/snowflake/client/jdbc
4 files changed +11
-3
lines changed Original file line number Diff line number Diff line change
1
+ **JDBC Driver 3.13.12 **
2
+
3
+ - \| SNOW-473749 | Fix bug where time(3) objects weren't honoring USE_SESSION_TIMEZONE when called with getTimestamp() in Arrow format
4
+ - \| SNOW-500624 | Fix JVM http proxy properties to work with PUT/GET
5
+ - \| SNOW-513708 | Refactor bind uploader
6
+ - \| | Bouncy Castle FIPS update to 1.0.2.1
7
+ - \S NOW-496117: Add test for backend bug fix
8
+
1
9
**JDBC Driver 3.13.11 **
2
10
3
11
- \| SNOW-473749 | Fix bug where time(3) objects weren't honoring USE_SESSION_TIMEZONE when called with getTimestamp() in Arrow format
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.11 </version >
7
+ <version >3.13.12 </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.11 </version >
7
+ <version >3.13.12 </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.11 " ;
26
+ public static String implementVersion = "3.13.12 " ;
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