Skip to content

3.19.15

Compare
Choose a tag to compare
@lukaseder lukaseder released this 04 Nov 12:32
· 1010 commits to main since this release

Version 3.19.15 - November 4, 2024

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

Features and Improvements

#17471 - Add <description/> to all pom.xml files

Bug Fixes

#17467 - IndexOutOfBoundsException when calling PostgreSQL table valued function returning empty result, with <tableValuedFunction/> turned off
#17478 - Bad code generated when activating <springDao/> but not <springAnnotations/>
#17484 - Parser should support SQL Server's NTEXT type and parse it into NCLOB
#17490 - Invalid constraint type "n" in jOOQ-meta query on PostgreSQL 17 when trying to fetch pg_get_constraintdef for a NOT NULL constraint on a domain
#17499 - GenerationTool should be more clear about commercial dependencies, when lookups don't work
#17509 - ORA-00904: invalid identifier when trying to insert into tables with lower case identifier in Oracle
#17519 - NullPointerException when using AutoConverter with a custom ConverterProvider
#17522 - Suppressed NoSuchElementException from ThreadLocalTransactionProvider.rollback prevents rollback when commit fails
#17526 - Oracle RETURNING emulation doesn't use configured ConverterProvider from an AutoConverter