3.17.30 #17465
lukaseder
announced in
Announcements
3.17.30
#17465
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Version 3.17.30 - October 21, 2024
This is a 3.17 patch release with minor improvements and bug fixes
Bug Fixes
#17396 - Meta.ddl() includes synonyms or aliases as tables for some dialects
#17400 - IN-list padding truncates row IN lists to 1000 elements in Oracle pre 23ai
#17417 - NUMERIC bind values passed to SQL Server VALUES constructor may lose scale if not explicit DataType is supplied
#17424 - VALUES types decimal and int cannot be matched when inlining NUMERIC types in CockroachDB
#17432 - DSLContext::fetchCount for selects with nested records causes DataAccessException
#17438 - Cannot call Record.reset(Field), Record.original(Field), Record.changed(Field) with embeddable field arguments
#17444 - ClassCastException during invocation of double-wrapped ConvertedDataType
#17447 - Wrong field indexes in code generated in record getters and setters for non-replacing embeddables when database reports non-consecutive column ordinals
#17450 - CREATE TABLE and other DDL statements don't qualify tables in BigQuery
#17458 - Converter<byte[], U> for binary columns doesn't work from within MULTISET expressions
This discussion was created from the release 3.17.30.
Beta Was this translation helpful? Give feedback.
All reactions