Bump mariadb-java-client from 3.3.1 to 3.3.2
Bumps mariadb-java-client from 3.3.1 to 3.3.2.
Release notes
Sourced from mariadb-java-client's releases.
MariaDB Connector/Java 3.3.2
3.3.2 (Dec 2023)
Bugs Fixed
- CONJ-1117 new option
returnMultiValuesGeneratedIds
for connector 2.x compatibility, so getGeneratedKeys() return all ids of multi-value inserts- CONJ-1140 regression caussing ClassCastException on DatabaseMetaData when use with option defaultFetchSize set
- CONJ-1129 Metadata.getPrimaryKeys table comparison using like in place of strict equality
- CONJ-1130 ensuring batch parameter are cleared after SQL Failure
- CONJ-1131 NullPointerException when Calling getGeneratedKeys() after an SQL Failure
- CONJ-1132 Ensuring reseting result for getUpdateCount() after an SQL Failure
- CONJ-1135 ensuring BULK command not used when using INSERT ON DUPLICATE KEY UPDATE in order to always have unique affected rows by default
- CONJ-1136 wrong decoding for Resultset.getByte() results for binary varchar fields
- CONJ-1137 ensuring never having NPE in OkPacket when setting auto commit
- CONJ-1138 Inconsistency in Behavior of PreparedStatement After closeOnCompletion() Between MariaDB and MySQL Connectors
- CONJ-1049 Metadata getTableTypes result was not ordered by TABLE_TYPE
Changelog
Sourced from mariadb-java-client's changelog.
Commits
-
f9018f5
[CONJ-1049] Metadata getTableTypes result was not ordered by TABLE_TYPE -
0694cf2
[misc] test addition : ensure connection error SQLstate -
819eeb2
[misc] test coverage improvement -
3564216
Merge tag '3.3.2' into develop -
887d9c9
Merge branch 'release/3.3.2' -
ff82af2
bump 3.3.2 -
be848da
[CONJ-1117] adding new valuereturnMultiValuesGeneratedIds
for connector 2.... -
6deda54
[CONJ-1135] bulk insert whenuseBulkStmtsForInserts
only used for INSERT NO... -
f8b835c
[misc] code style correction -
2b2d7cd
[misc] using common default servers test suite - Additional commits viewable in compare view
Dependabot commands
You can trigger Dependabot actions by commenting on this MR
-
$dependabot rebase
will rebase this MR -
$dependabot recreate
will recreate this MR rewriting all the manual changes and resolving conflicts