3.17.35 #18027
lukaseder
announced in
Announcements
3.17.35
#18027
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Version 3.17.35 - February 19, 2025
This is a 3.17 patch release with minor improvements and bug fixes
Features and Improvements
#17969 - Add more Javadoc related to reference vs declaration to relevant API, such as Field::as and Table::as
Bug Fixes
#17894 - ORA-22848 thrown if a BLOB or CLOB field is used in IN and NOT IN list predicates
#17897 - ORA-22848 thrown if a BLOB or CLOB field is used row value comparison predicates
#17903 - Incomplete dialect support for SQLDialect.LONGVARCHAR and similar esoteric String / binary types
#17908 - Improve Javadoc and log DEBUG message on RETURNING clauses, stressing that they can't return any rows for tables without identity in some dialects
#17925 - Add new AbstractDelegatingResultQuery internal type to avoid excessive default method bytecode generation at JVM startup time
#17937 - Generated Javadoc should reference qualified output name of generated objects, not input name
#17942 - ALTER TABLE .. DROP DEFAULT doesn't work for SQL Server quoted column identifiers
#17951 - Nesting row 3 times in a SELECT .. ORDER BY .. LIMIT query leads to wrong results with dialects that emulate LIMIT or LIMIT .. WITH TIES with NestedCollectionEmulation.XML
#17957 - QUALIFY emulation shouldn't use HAVING in the absence of aggregate functions
#17963 - DefaultConverterProvider should attempt to load Jackson's JavaTimeModule, if found on the classpath
#17975 - Wrong FOR UPDATE emulation on SQL Server when tables are aliased
#17978 - Invalid SQL generated when using .forUpdate() in combination with implicit joins when using SQL Server
#17984 - Combining nested rows with the WITH TIES syntax leads to runtime exception in CockroachDB, YugabyteDB, PostgreSQL 12 and less
#17989 - Wrong combination of DISTINCT ON and QUALIFY emulations
#17996 - ArrayStoreException when using Converters::forArrayComponents
#17999 - Regression: Field::contains shouldn't auto-cast citext type to varchar on PostgreSQL
#18012 - Temporal table versioning columns are not generated as computed columns
#18019 - Compilation error in generated code when UDT attribute name conflicts with getter procedure
#18026 - Let SchemaImpl and TableImpl avoid traversal and replacement recursion
This discussion was created from the release 3.17.35.
Beta Was this translation helpful? Give feedback.
All reactions