[ ANNOUNCEMENT ] 3.16.13 and 3.17.7 patch releases with minor improvements and bug fixes
35 views
Skip to first unread message
Lukas Eder
unread,
Jan 17, 2023, 7:47:15 AM1/17/23
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to jOOQ User Group
Version 3.16.13 - January 17, 2023 ================================================================================
This is a 3.16 patch release with minor improvements and bug fixes
Features and Improvements ------------------------- #14501 - Add an R2DBC LoggingConnection
Bug Fixes --------- #14385 - Broken link in a logging statement and Javadoc #14391 - Table::useIndex and similar table wrapping methods break joins using onKey() #14400 - java.lang.StackOverflowError at org.jooq.impl.Expression.acceptAssociative #14405 - "You can't specify target table '...' for update in FROM clause" when target table has index hint in MySQL #14423 - Update error reporting URL in log messages #14428 - Code generation for sequences fails for SQL Server 2014 #14435 - Generated TableImpl::getSchema override should be annotated Nullable #14461 - Work around Db2 error "The string constant beginning with ... is too long" #14468 - Wrong result column type for requested conversion when reading JSONB_ARRAYAGG and JSONB_OBJECTAGG in DB2
Version 3.17.7 - January 17, 2023 ================================================================================
This is a 3.17 patch release with minor improvements and bug fixes
Features and Improvements ------------------------- #14401 - Code generator should properly qualify H2 domain enums #14500 - Add an R2DBC LoggingConnection
Bug Fixes --------- #14384 - Broken link in a logging statement and Javadoc #14390 - Table::useIndex and similar table wrapping methods break joins using onKey() #14396 - DSL::noField doesn't work in SEEK clause #14399 - java.lang.StackOverflowError at org.jooq.impl.Expression.acceptAssociative #14404 - "You can't specify target table '...' for update in FROM clause" when target table has index hint in MySQL #14415 - DDLDatabase cannot handle qualified enum types in CREATE TABLE #14422 - Update error reporting URL in log messages #14427 - Code generation for sequences fails for SQL Server 2014 #14434 - Generated TableImpl::getSchema override should be annotated Nullable #14460 - Work around Db2 error "The string constant beginning with ... is too long" #14467 - Wrong result column type for requested conversion when reading JSONB_ARRAYAGG and JSONB_OBJECTAGG in DB2 #14480 - SQL Server RETURNING clause emulation for fetching trigger generated values generates incorrect SQL if no columns are fetched #14484 - Wrong SQL generated in SQL Server when virtual client side computed columns are referenced in RETURNING clause #14493 - Syntax errors lead to unclosed R2DBC connection in SQL Server #14497 - TransactionPublisher does not commit transaction when wrapped in reactor's Mono