File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
+ ## [ 3.0.6] ( https://github.com/mariadb-corporation/mariadb-connector-j/tree/3.0.6 ) (Jun 2022)
3
+ [ Full Changelog] ( https://github.com/mariadb-corporation/mariadb-connector-j/compare/3.0.5...3.0.6 )
4
+
5
+ * [ CONJ-953] PreparedStatement.getGeneratedKeys() returns rows when no keys are generated in insert
6
+ * [ CONJ-975] ArrayIndexOutOfBoundsException when attempt to getTime() from ResultSet
7
+ * [ CONJ-976] Improve use of pipelining when allowLocalInfile is enabled
8
+ * [ CONJ-979] ResultSet.getObject() returns Byte instead of Boolean for tinyint(1)
9
+ * [ CONJ-980] Permit setObject with java.util.Date parameter
10
+ * [ CONJ-984] Permit executing initial command with new option ` initSql `
11
+ * [ CONJ-985] ResultSet.getObject() returns ByteSet instead of Byte[ ] for BIT
12
+
2
13
## [ 3.0.5] ( https://github.com/mariadb-corporation/mariadb-connector-j/tree/3.0.5 ) (may 2022)
3
14
[ Full Changelog] ( https://github.com/mariadb-corporation/mariadb-connector-j/compare/3.0.4...3.0.5 )
4
15
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.0.5 </version >
10
+ <version >3.0.6 </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