From 76383fbb323b7af05515ae8a20ed599b91c99f7f Mon Sep 17 00:00:00 2001 From: Lukas Eder Date: Tue, 28 Aug 2018 13:36:28 +0200 Subject: [PATCH] Release 3.11.4 --- .../release/template/RELEASENOTES.txt | 39 ++++++++++--------- 1 file changed, 20 insertions(+), 19 deletions(-) diff --git a/jOOQ-release/release/template/RELEASENOTES.txt b/jOOQ-release/release/template/RELEASENOTES.txt index 5a9a17a889..9cfca3e4d3 100644 --- a/jOOQ-release/release/template/RELEASENOTES.txt +++ b/jOOQ-release/release/template/RELEASENOTES.txt @@ -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 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 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 ================================================================================