File tree 4 files changed +7
-3
lines changed
src/main/java/net/snowflake/client/jdbc
4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change
1
+ **JDBC Driver 3.13.25 **
2
+
3
+ - \| | Set ALLOW_UNDERSCORES_IN_HOST to false by default.
4
+
1
5
**JDBC Driver 3.13.24 **
2
6
3
7
- \| | Upgraded the following libraries:
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.24 </version >
7
+ <version >3.13.25 </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.24 </version >
7
+ <version >3.13.25 </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.24 " ;
26
+ public static String implementVersion = "3.13.25 " ;
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