Conversation
rm3l
previously approved these changes
Dec 20, 2025
c56bd90 to
e2e4069
Compare
rm3l
previously approved these changes
Mar 29, 2026
Owner
|
@dependabot rebase |
Bumps [org.mariadb.jdbc:mariadb-java-client](https://github.com/mariadb-corporation/mariadb-connector-j) from 3.5.6 to 3.5.7. - [Release notes](https://github.com/mariadb-corporation/mariadb-connector-j/releases) - [Changelog](https://github.com/mariadb-corporation/mariadb-connector-j/blob/main/CHANGELOG.md) - [Commits](mariadb-corporation/mariadb-connector-j@3.5.6...3.5.7) --- updated-dependencies: - dependency-name: org.mariadb.jdbc:mariadb-java-client dependency-version: 3.5.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
e2e4069 to
bb56999
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Rebasing might not happen immediately, so don't worry if this takes some time.
Note: if you make any changes to this PR yourself, they will take precedence over the rebase.
Bumps org.mariadb.jdbc:mariadb-java-client from 3.5.6 to 3.5.7.
Release notes
Sourced from org.mariadb.jdbc:mariadb-java-client's releases.
Changelog
Sourced from org.mariadb.jdbc:mariadb-java-client's changelog.
Commits
46c3a4d[CONJ-1296] ResultSetMetaData.getSchemas() column labels might be returned in...6d9179bbump 3.5.7 version5c9b41c[CONJ-1271] Add MariaDbDataTruncation class to properly handle data truncati...1b48cd0[CONJ-1283] fix INSERT rewrite detection when VALUES clause has trailing pare...6c0fb70Merge branch 'fork/necposs/fix/conj-1286' into developefd77b1[CONJ-1290] fix syncNewState to use previous client state when switching betw...0559d02[CONJ-1291] PooledConnection behavior clarification.995eecd[CONJ-1293] add unit test52e5e20[misc] micro optimizationae3704d[misc] code style correction: fix IPUtility