Bump org.mariadb.jdbc:mariadb-java-client from 3.4.0 to 3.4.1
Bumps org.mariadb.jdbc:mariadb-java-client from 3.4.0 to 3.4.1.
Release notes
Sourced from org.mariadb.jdbc:mariadb-java-client's releases.
MariaDB Connector/Java 3.4.1
3.4.1 (Jul 2024)
Bugs Fixed
- CONJ-1181 Ensure Prepare cache use schema
- CONJ-1178 DatabaseMetaData.getImportedKeys return different PK_NAME value than getExportedKeys.
- CONJ-1180 Correct DatabaseMeta.getExportedKeys() performances
- CONJ-1185 Android app compatibility, regex CANON_EQ flag not supported
- CONJ-1188 database meta getSQLKeywords listing all reserved key word, not restricted keywords only
- CONJ-1189 implementation of pinGlobalTxToPhysicalConnection for XA Connection
- CONJ-1190 Adding MySQL option 'databaseTerm' as alias for useCatalogTerm for compatibility
- CONJ-1191 slow metadata getImportedKeys when not having database set
- CONJ-685 permit setting sslMode per host
- CONJ-686 Allow mixing TCP and socket hosts in failover configuration
- CONJ-1068 ResultSetMetaData.getColumnTypeName() returns VARCHAR instead of TINYTEXT
- CONJ-1182 missing XA_RBTIMEOUT,XA_RBTIMEOUT and XA_RBDEADLOCK error mapping
Changelog
Sourced from org.mariadb.jdbc:mariadb-java-client's changelog.
3.4.1 (Jul 2024)
Bugs Fixed
- CONJ-1181 Ensure Prepare cache use schema
- CONJ-1178 DatabaseMetaData.getImportedKeys return different PK_NAME value than getExportedKeys.
- CONJ-1180 Correct DatabaseMeta.getExportedKeys() performances
- CONJ-1185 Android app compatibility, regex CANON_EQ flag not supported
- CONJ-1188 database meta getSQLKeywords listing all reserved key word, not restricted keywords only
- CONJ-1189 implementation of pinGlobalTxToPhysicalConnection for XA Connection
- CONJ-1190 Adding MySQL option 'databaseTerm' as alias for useCatalogTerm for compatibility
- CONJ-1191 slow metadata getImportedKeys when not having database set
- CONJ-685 permit setting sslMode per host
- CONJ-686 Allow mixing TCP and socket hosts in failover configuration
- CONJ-1068 ResultSetMetaData.getColumnTypeName() returns VARCHAR instead of TINYTEXT
- CONJ-1182 missing XA_RBTIMEOUT,XA_RBTIMEOUT and XA_RBDEADLOCK error mapping
Commits
-
903ff6f
[CONJ-1192] add a technical option for 3.3 compatibility -
5e2c3af
[misc] OkPacket fast path -
f181df2
[misc] change technical option enableServerTimeout to canUseServerTimeout -
56f6b7a
[misc] add possibility to disable server timeout -
6943884
correct README format -
889ccf6
bump 3.4.1 version -
f68447f
[CONJ-1189] XA START RESUME even with TMJOIN flag when using pinGlobalTxToPhy... -
c2904a9
[misc] metadata DatabaseMeta.getExportedKeys() test correction -
66a51df
[CONJ-1180] improve DatabaseMeta.getExportedKeys() performances -
45d8e6d
[CONJ-1189] support for pinGlobalTxToPhysicalConnection option - Additional commits viewable in compare view
Dependabot commands
You can trigger Dependabot actions by commenting on this MR
-
$dependabot recreate
will recreate this MR rewriting all the manual changes and resolving conflicts