-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade jOOQ 3.19.17 -> 3.19.18 #1518
Conversation
Suggested commit message:
|
Looks good. No mutations were possible for these changes. |
3 similar comments
Looks good. No mutations were possible for these changes. |
Looks good. No mutations were possible for these changes. |
Looks good. No mutations were possible for these changes. |
da2b15d
to
d55e8ed
Compare
Looks good. No mutations were possible for these changes. |
d55e8ed
to
51741dc
Compare
Looks good. No mutations were possible for these changes. |
Quality Gate passedIssues Measures |
This PR contains the following updates:
3.19.17
->3.19.18
Release Notes
jOOQ/jOOQ (jOOQ)
v3.19.18
: 3.19.18Version 3.19.18 - January 15, 2025
This is a 3.19 patch release with minor improvements and bug fixes
Bug Fixes
#17847 - Missing NVARCHAR support in R2DBC integration
#17851 - Error when reading NULL bind value of type NVARCHAR from MySQL driver
#17856 - ORA-12704: character set mismatch placing NULL and non-NULL NVARCHAR values in UNION ALL subqueries
#17859 - Restore caching of resolvedType in AbstractTypedElementDefinition
#17870 - StackOverflowError when resolving asterisk in parsed query using derived table with unsuccessful meta lookups
#17874 - Avoid case sensitive access to PgDatabaseMetaData columns due to regressions after driver version 42.7.5
#17878 - Improve message from ZIP maven-install shell scripts related to availability of artifacts in our repo
#17881 - Traverser does not traverse into Multiset contents