Release 3.11.4

This commit is contained in:
Lukas Eder 2018-08-28 13:36:28 +02:00
parent af2738e5d0
commit 76383fbb32

View File

@ -11,25 +11,6 @@ For a text version, see
http://www.jooq.org/inc/RELEASENOTES.txt
Version 3.11.3 - July 13, 2018
================================================================================
This is a 3.11 patch release with bug fixes
Bug Fixes
---------
#7623 - Wrong SQL generated in SQL Server when using UNION .. LIMIT without OFFSET
#7631 - Close the Maven Plugin's URLClassLoader after code generation
#7635 - Add remark to the Javadoc of <SQLDialect>DataType classes indicating what the deprecation replacement is
#7636 - Cannot parse comma separated identity specification elements
#7645 - Code generator uses H2 TIMESTAMP precision instead of scale
#7653 - jOOQ 3.11+ transitive dependency prevents it from being loaded on WebLogic 12.1.3
#7656 - ResultImpl#intoMap produces an incorrect error message on duplicate key
#7657 - Error Parsing Script for DDLDatabase when column name is called "index"
#7661 - EVERY() aggregate function emulation doesn't yield NULL when aggregating empty sets
Version 3.11.4 - August 9, 2018
================================================================================
@ -52,6 +33,26 @@ Bug Fixes
#7736 - XJC generated classes should generate XmlElementWrapper element for Lists
#7738 - ArrayIndexOutOfBoundsException when using double quotes in plain SQL as string delimiters
Version 3.11.3 - July 13, 2018
================================================================================
This is a 3.11 patch release with bug fixes
Bug Fixes
---------
#7623 - Wrong SQL generated in SQL Server when using UNION .. LIMIT without OFFSET
#7631 - Close the Maven Plugin's URLClassLoader after code generation
#7635 - Add remark to the Javadoc of <SQLDialect>DataType classes indicating what the deprecation replacement is
#7636 - Cannot parse comma separated identity specification elements
#7645 - Code generator uses H2 TIMESTAMP precision instead of scale
#7653 - jOOQ 3.11+ transitive dependency prevents it from being loaded on WebLogic 12.1.3
#7656 - ResultImpl#intoMap produces an incorrect error message on duplicate key
#7657 - Error Parsing Script for DDLDatabase when column name is called "index"
#7661 - EVERY() aggregate function emulation doesn't yield NULL when aggregating empty sets
Version 3.11.2 - June 26, 2018
================================================================================