Title: chore(deps): bump org.mariadb.jdbc:mariadb-java-client from 3.1.0 to 3.2.0 by dependabot[bot] · Pull Request #887 · sqlancer/sqlancer · GitHub
Open Graph Title: chore(deps): bump org.mariadb.jdbc:mariadb-java-client from 3.1.0 to 3.2.0 by dependabot[bot] · Pull Request #887 · sqlancer/sqlancer
X Title: chore(deps): bump org.mariadb.jdbc:mariadb-java-client from 3.1.0 to 3.2.0 by dependabot[bot] · Pull Request #887 · sqlancer/sqlancer
Description: Bumps org.mariadb.jdbc:mariadb-java-client from 3.1.0 to 3.2.0.
Release notes
Sourced from org.mariadb.jdbc:mariadb-java-client's releases.
MariaDB Connector/Java 3.2.0
3.2.0 (Aug 2023)
Full Changelog
Notable Changes
CONJ-920 Java batched statements with optimistic locking failing. the option useBulkStmts is now disable by default, a new option useBulkStmtsForInserts is enable by default, permetting using bulk for INSERT commands only. This permits optimistic behavior working by default.
CONJ-1084 When using maxscale 23.08.0+, and a maxscale node fails, connector will now priorize reconnection to the maxscale node having less connection, to ensure repartition after failover
CONJ-1088 Implement databaseTerm option for mysql compatibility
CONJ-1096 adding option useLocalSessionState to permit avoiding queries when application only use JDBC methods.
Bugs Fixed
CONJ-1075 LOAD DATA INFILE is broken on windows
CONJ-1079 getGeneratedKeys after batch will not return all generated id's if first batch command return no generated id.
CONJ-1080 maridb Java connector sslMode=verify-ca complaining unable to find trust certificate.
CONJ-1082 Multiple session system variables parsing fails
CONJ-1083 Using /client prepare/ prefix to force client side prepared statement
CONJ-1091 can't make a connection when the Read Replica DB is in a hang state when SocketTimeout=0 set
CONJ-1092 ensure respecting server collation
CONJ-1094 Missing mariadb/mysql collation
MariaDB Connector/Java 3.1.4
3.1.4 (Apr 2023)
Full Changelog
CONJ-1065 wrong Resultset.wasNull() for zero-date timestamps
CONJ-1070 getBlob on TEXT columns throw Exception
CONJ-1071 Error response during Bulk execution might result in connection wrong state
CONJ-1067 When some numeric data types are set to UNSIGNED, ResultSetMetaData.getColumnTypeName() does not return UNSIGNED
MariaDB Connector/Java 3.1.3
3.1.3 (Mar 2023)
Full Changelog
CONJ-1054 Threadsafety issue when using CredentialPlugin in v3.x
CONJ-1056 JDBC connector reads incorrect data from unix socket when the text is too large
CONJ-1057 Wrong decoding of binary time with value "00:00:00"
CONJ-1058 JDBC 4.3 org.mariadb.jdbc.Statement enquote* methods implementation @peterhalicky
CONJ-1060 BIT default metadata doesn't take care of transformedBitIsBoolean option
report 2.7.9 bug fixes CONJ-1062 and CONJ-1063
MariaDB Connector/Java 3.1.2
3.1.2 (Jan 2023)
Full Changelog
CONJ-1040 possible ConcurrentModificationException when connecting
CONJ-1041 possible ArrayIndexOutOfBoundsException
MariaDB Connector/Java 3.1.1
3.1.1 (Jan 2023)
Full Changelog
... (truncated)
Changelog
Sourced from org.mariadb.jdbc:mariadb-java-client's changelog.
3.2.0 (Aug 2023)
Full Changelog
Notable Changes
CONJ-920 Java batched statements with optimistic locking failing. the option useBulkStmts is now disable by default, a new option useBulkStmtsForInserts is enable by default, permetting using bulk for INSERT commands only. This permits optimistic behavior working by default.
CONJ-1084 When using maxscale 23.08.0+, and a maxscale node fails, connector will now priorize reconnection to the maxscale node having less connection, to ensure repartition after failover
CONJ-1088 Implement databaseTerm option for mysql compatibility
CONJ-1096 adding option useLocalSessionState to permit avoiding queries when application only use JDBC methods.
Bugs Fixed
CONJ-1075 LOAD DATA INFILE is broken on windows
CONJ-1079 getGeneratedKeys after batch will not return all generated id's if first batch command return no generated id.
CONJ-1080 maridb Java connector sslMode=verify-ca complaining unable to find trust certificate.
CONJ-1082 Multiple session system variables parsing fails
CONJ-1083 Using /client prepare/ prefix to force client side prepared statement
CONJ-1091 can't make a connection when the Read Replica DB is in a hang state when SocketTimeout=0 set
CONJ-1092 ensure respecting server collation
CONJ-1094 Missing mariadb/mysql collation
3.0.11 (Aug 2023)
Full Changelog
CONJ-1089 correcting 3.0.10 incompatibility with in java 8
2.7.10 (Aug 2023)
Full Changelog
CONJ-1091 Ensure setting connectTimeout as timeout for socket timeout until connection is done. This permit to set a connectTimeout, while socketTimeout can still be set to 0
3.1.4 (Apr 2023)
Full Changelog
CONJ-1065 wrong Resultset.wasNull() for zero-date timestamps
CONJ-1070 getBlob on TEXT columns throw Exception
CONJ-1071 Error response during Bulk execution might result in connection wrong state
CONJ-1067 When some numeric data types are set to UNSIGNED, ResultSetMetaData.getColumnTypeName() does not return UNSIGNED
3.1.3 (Mar 2023)
Full Changelog
CONJ-1054 Threadsafety issue when using CredentialPlugin in v3.x
CONJ-1056 JDBC connector reads incorrect data from unix socket when the text is too large
CONJ-1057 Wrong decoding of binary time with value "00:00:00"
CONJ-1058 JDBC 4.3 org.mariadb.jdbc.Statement enquote* methods implementation @peterhalicky
CONJ-1060 BIT default metadata doesn't take care of transformedBitIsBoolean option
report 2.7.9 bug fixes CONJ-1062 and CONJ-1063
2.7.9 (Mar 2023)
Full Changelog
... (truncated)
Commits
See full diff in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase will rebase this PR
@dependabot recreate will recreate this PR, overwriting any edits that have been made to it
@dependabot merge will merge this PR after your CI passes on it
@dependabot squash and merge will squash and merge this PR after your CI passes on it
@dependabot cancel merge will cancel a previously requested merge and block automerging
@dependabot reopen will reopen this PR if it is closed
@dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
@dependabot show
Open Graph Description: Bumps org.mariadb.jdbc:mariadb-java-client from 3.1.0 to 3.2.0. Release notes Sourced from org.mariadb.jdbc:mariadb-java-client's releases. MariaDB Connector/Java 3.2.0 3.2.0 (Aug 2023) Full ...
X Description: Bumps org.mariadb.jdbc:mariadb-java-client from 3.1.0 to 3.2.0. Release notes Sourced from org.mariadb.jdbc:mariadb-java-client's releases. MariaDB Connector/Java 3.2.0 3.2.0 (Aug 2023) F...
Opengraph URL: https://github.com/sqlancer/sqlancer/pull/887
X: @github
Domain: patch-diff.githubusercontent.com
| route-pattern | /:user_id/:repository/pull/:id/files(.:format) |
| route-controller | pull_requests |
| route-action | files |
| fetch-nonce | v2:9271cc6e-1f32-8d68-c119-8589f9fa86bc |
| current-catalog-service-hash | ae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b |
| request-id | B642:155BE7:162DED6:1E26DE6:69733FD8 |
| html-safe-nonce | 82612d9445d8c9dc85ca04836b6b9165b7d2307b0e0762b1115097b933bcdace |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJCNjQyOjE1NUJFNzoxNjJERUQ2OjFFMjZERTY6Njk3MzNGRDgiLCJ2aXNpdG9yX2lkIjoiODE0NjkxMTA5NjU5ODY0MjY0OCIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9 |
| visitor-hmac | 54e0f5a49edb852e04b8bd3fea99889f9e770b889233e0faca3667b9f4ce52a9 |
| hovercard-subject-tag | pull_request:1491738420 |
| github-keyboard-shortcuts | repository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot |
| google-site-verification | Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I |
| octolytics-url | https://collector.github.com/github/collect |
| analytics-location | / |
| fb:app_id | 1401488693436528 |
| apple-itunes-app | app-id=1477376905, app-argument=https://github.com/sqlancer/sqlancer/pull/887/files |
| twitter:image | https://avatars.githubusercontent.com/in/29110?s=400&v=4 |
| twitter:card | summary_large_image |
| og:image | https://avatars.githubusercontent.com/in/29110?s=400&v=4 |
| og:image:alt | Bumps org.mariadb.jdbc:mariadb-java-client from 3.1.0 to 3.2.0. Release notes Sourced from org.mariadb.jdbc:mariadb-java-client's releases. MariaDB Connector/Java 3.2.0 3.2.0 (Aug 2023) Full ... |
| og:site_name | GitHub |
| og:type | object |
| hostname | github.com |
| expected-hostname | github.com |
| None | 574266c5e0389fb19fcea86ddb6d5b0008f148ada57d7a37ec4c90a19caee8f6 |
| turbo-cache-control | no-preview |
| diff-view | unified |
| go-import | github.com/sqlancer/sqlancer git https://github.com/sqlancer/sqlancer.git |
| octolytics-dimension-user_id | 63091257 |
| octolytics-dimension-user_login | sqlancer |
| octolytics-dimension-repository_id | 252650176 |
| octolytics-dimension-repository_nwo | sqlancer/sqlancer |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 252650176 |
| octolytics-dimension-repository_network_root_nwo | sqlancer/sqlancer |
| turbo-body-classes | logged-out env-production page-responsive |
| disable-turbo | true |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | 3c64ddf9c1ec6ebf99c7b6faf0c61676d36f64c0 |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width