From abcd8535f6282aa41c4d8d9a0b8975db69f467f7 Mon Sep 17 00:00:00 2001 From: Lukas Eder Date: Fri, 19 Sep 2014 15:10:54 +0200 Subject: [PATCH] Release 3.5.0-SNAPSHOT --- jOOQ-release/release/template/RELEASENOTES.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/jOOQ-release/release/template/RELEASENOTES.txt b/jOOQ-release/release/template/RELEASENOTES.txt index 7f57652fb4..a7c688dbf1 100644 --- a/jOOQ-release/release/template/RELEASENOTES.txt +++ b/jOOQ-release/release/template/RELEASENOTES.txt @@ -83,6 +83,12 @@ Features and improvements #3612 - Add an example project showing how to import an ERD export format to the code generator #3622 - Add support for Field.in(Result>) and Row[N].in(Result>) #3626 - Add Map> Result.intoGroups(Table) +#3638 - Let ResultQuery extend Iterable +#2604 - Add section to the manual explaining how asynchronous querying can be achieved +#3633 - Add a section to the manual about jOOQ and NoSQL +#3627 - Add simplified API for CASE WHEN [ condition ] THEN [ select ] expressions +#3628 - Add Field DSL.field(Select>) +#3623 - Add ParamType.NAMED_OR_INLINED to render named parameters only if a name is given API changes (backwards-compatible) ---------------------------------- @@ -153,6 +159,8 @@ Bug fixes #3602 - Cannot INSERT into view #3608 - Typo in documentation of transaction method #3624 - Compilation errors when Converters are applied to generated Routines and UDTs +#3639 - java.lang.NoSuchMethodException: createARRAY when using Oracle arrays with Spring TransactionAwareDataSourceProxy +#3634 - Record.into(Table) maps to the wrong table when passing an aliased table after a self-join Version 3.4.0 - June 20, 2014 ================================================================================