File tree 3 files changed +11
-3
lines changed
3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## [ 3.1.4] ( https://github.com/mariadb-corporation/mariadb-connector-j/tree/3.1.4 ) (Apr 2023)
4
+ [ Full Changelog] ( https://github.com/mariadb-corporation/mariadb-connector-j/compare/3.1.3...3.1.4 )
5
+
6
+ * CONJ-1065 wrong Resultset.wasNull() for zero-date timestamps
7
+ * CONJ-1070 getBlob on TEXT columns throw Exception
8
+ * CONJ-1071 Error response during Bulk execution might result in connection wrong state
9
+ * CONJ-1067 When some numeric data types are set to UNSIGNED, ResultSetMetaData.getColumnTypeName() does not return UNSIGNED
10
+
3
11
## [ 3.1.3] ( https://github.com/mariadb-corporation/mariadb-connector-j/tree/3.1.3 ) (Mar 2023)
4
12
[ Full Changelog] ( https://github.com/mariadb-corporation/mariadb-connector-j/compare/3.1.2...3.1.3 )
5
13
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ or maven :
26
26
<dependency>
27
27
<groupId>org.mariadb.jdbc</groupId>
28
28
<artifactId>mariadb-java-client</artifactId>
29
- <version>3.1.3 </version>
29
+ <version>3.1.4 </version>
30
30
</dependency>
31
31
```
32
32
@@ -45,7 +45,7 @@ Development snapshot are available on sonatype nexus repository
45
45
<dependency>
46
46
<groupId>org.mariadb.jdbc</groupId>
47
47
<artifactId>mariadb-java-client</artifactId>
48
- <version>3.1.4 -SNAPSHOT</version>
48
+ <version>3.1.5 -SNAPSHOT</version>
49
49
</dependency>
50
50
</dependencies>
51
51
```
Original file line number Diff line number Diff line change 7
7
<artifactId >mariadb-java-client</artifactId >
8
8
<packaging >jar</packaging >
9
9
<name >mariadb-java-client</name >
10
- <version >3.1.4-SNAPSHOT </version >
10
+ <version >3.1.4</version >
11
11
<description >JDBC driver for MariaDB and MySQL</description >
12
12
<url >https://mariadb.com/kb/en/mariadb/about-mariadb-connector-j/</url >
13
13
You can’t perform that action at this time.
0 commit comments