Release 3.11.3

This commit is contained in:
lukaseder 2018-07-20 10:06:03 +02:00
parent 5b6a2e0d9e
commit 727ac9adae

View File

@ -11,6 +11,25 @@ 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.2 - June 26, 2018
================================================================================