Skip to content

3.17.29

Compare
Choose a tag to compare
@lukaseder lukaseder released this 26 Sep 12:22
· 2513 commits to main since this release

Version 3.17.29 - September 26, 2024

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

Features and Improvements

#17336 - MetaImpl exceptions should indicate table and column if applicable, which caused the exception
#17379 - Add a link to DSL::coerce from DSL::cast and Field::cast

Bug Fixes

#17301 - SQLite's binding of BigDecimal through PreparedStatement.setString() doesn't work for predicates
#17326 - Upgrade Spring dependency from jOOQ-meta-extensions-hibernate to 5.3.39 due to CVE-2024-38808
#17329 - Upgrade jOOQ-checker's transitive guava dependency to 32.1.3-jre due to CVE-2023-2976
#17332 - R2DBC Connection leak when cancelling pending connection with ConnectionPool
#17340 - ORA-17068: Invalid arguments in call when calling OracleDatabaseMetaData.getIndexInfo() with quoted object names
#17347 - MetaImpl and code generator should ignore MySQL's dummy REMARKS column on DatabaseMetaData::getTables for views
#17358 - Regression when generating DDL from certain generated views
#17362 - DDL::applyAsPlainSQL should trim plain SQL string to check if it starts with CREATE
#17368 - UserImpl::$replace produces a RoleImpl instance
#17373 - Oracle PL/SQL %ROWTYPE references should be declared as such in anonymous blocks when calling procedures