Skip to content

3.17.23

Compare
Choose a tag to compare
@lukaseder lukaseder released this 04 Apr 15:51
· 1897 commits to main since this release

Version 3.17.23 - April 4, 2024

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

Features and Improvements

#16491 - Add DataType.isFloat()

Bug Fixes

#16464 - SEEK doesn't work correctly when there are multiple noField() arguments and ORDER BY is uniform and Settings.renderRowConditionForSeekClause is true
#16473 - Work around CockroachDB's lack of support for the POWER() function accepting integer arguments
#16476 - jOOQ parser parses indexed parameters as named
#16482 - SQL Server's CREATE cannot fully qualify a sequence name
#16497 - Intercept SQLFeatureNotSupportedException caused by DatabaseMetaData::getImportedKeys and other calls
#16506 - Improve compilation speeds of generated QOM types
#16513 - Avoid PostgreSQL empty array cast when explicit cast is given
#16538 - Parser fails to parse TIME[STAMP] WITH TIME ZONE literals
#16542 - Incorrect conversion of LocalDateTime to LocalDate during daylight saving time