Skip to content
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.16 -> 3.19.17 #1504

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Picnic-DevPla-Bot
Copy link
Contributor

This PR contains the following updates:

Package Type Update Change
jOOQ (source) compile patch 3.19.16 -> 3.19.17

Release Notes

jOOQ/jOOQ (jOOQ)

v3.19.17: 3.19.17

Version 3.19.17 - January 8, 2025

This is a 3.19 patch release with minor improvements and bug fixes

Features and Improvements

#​17809 - Parse and ignore ALTER SEQUENCE .. OWNED BY syntax

Bug Fixes

#​17766 - Javadoc typo on MergeNotMatchedStep.whenNotMatchedThenInsert
#​17772 - Parser doesn't correctly parse MERGE with multiple WHEN MATCHED clauses if the last WHEN MATCHED clause doesn't have any AND clause
#​17779 - Missing trigger meta data in code generation output for Oracle INSTEAD OF triggers on views
#​17788 - NullPointerException in SchemaMapping due to race condition in SchemaMapping cache
#​17792 - Regression when enabling <jpaAnnotation> for NOT NULL DEFAULT columns, which should continue to be marked as @​Column(nullable = true)
#​17795 - Exception in MetaImpl when encountering string literal default expressions in MariaDB 10.1
#​17799 - T-SQL dialects should generate LTRIM(string, characters) (and RTRIM) instead of TRIM(LEADING characters FROM string) for better overall compatibility
#​17812 - Parser doesn't support qualified identifiers in DROP TYPE statement
#​17824 - SQLDialect.AURORA_POSTGRES should cast JSONB and similar types in INSERT statements
#​17829 - SQLDialect.AURORA_POSTGRES renders wrong syntax for pgplsql local variable assignments
#​17833 - Specific overloads of DSL.val(X) no longer infers data type of built-in type X for null values
#​17838 - Double or Float inline values should be cast to their appropriate types where the rendered literals are interpreted as NUMERIC or DECIMAL


  • If you want to rebase/retry this PR, check this box

@Picnic-DevPla-Bot
Copy link
Contributor Author

Suggested commit message:

Upgrade jOOQ 3.19.16 -> 3.19.17

See:
- https://www.jooq.org/notes
- https://github.com/jOOQ/jOOQ/releases/tag/version-3.19.17
- https://github.com/jOOQ/jOOQ/compare/version-3.19.16...version-3.19.17

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

1 participant