From c244a656da4dce4ab0435b79cacc00d9a80cb3a0 Mon Sep 17 00:00:00 2001 From: Lukas Eder Date: Tue, 28 Aug 2012 23:17:31 +0200 Subject: [PATCH] Updated release notes from 2.3 and 2.4 --- jOOQ-website/inc/RELEASENOTES-2.3.txt | 28 +++++++++++++++++++++++- jOOQ-website/inc/RELEASENOTES-2.4.txt | 31 +++++++++++++++++++++++++++ 2 files changed, 58 insertions(+), 1 deletion(-) diff --git a/jOOQ-website/inc/RELEASENOTES-2.3.txt b/jOOQ-website/inc/RELEASENOTES-2.3.txt index b26541932a..679f94c380 100644 --- a/jOOQ-website/inc/RELEASENOTES-2.3.txt +++ b/jOOQ-website/inc/RELEASENOTES-2.3.txt @@ -10,7 +10,33 @@ http://www.jooq.org/notes.php For a text version, see http://www.jooq.org/inc/RELEASENOTES.txt -Version 2.3.2 - July 1, 2012 +Version 2.4.1 - August 28, 2012 +================================================================= + +This is a minor patch release with some useful fixes for the 2.4 +branch + +Bug fixes +--------- +#1537 - Factory.batchStore() renders bad SQL for Postgres. The + RETURNING clause is not allowed in batch INSERTs +#1556 - Add javax.validation API to full deliverable +#1572 - Use Thread.currentThread().getContextClassLoader() to + load ExecuteListener classes as a workaround for + experienced class loading problems when using OSGi +#1650 - jOOR fix #16: Can't call Reflect.create(A, B, null) +#1660 - Factory.renderContext().castMode(CastMode.NEVER) + .render(query) doesn't work. CastMode is not applied +#1667 - Bad variable binding when NULLS FIRST, NULLS LAST is + simulated in SQL Server and other databases +#1673 - Result.formatXML() and Result.intoXML() do not render + namespaces correctly +#1693 - Cannot bind UDT values from other schemata to stored + procedures +#1632 - Improve the performance of various DefaultRenderContext + methods, by locally caching Settings values locally + +Version 2.3.2 - June 3, 2012 ================================================================= This is a minor patch release with some useful fixes for the 2.3 branch diff --git a/jOOQ-website/inc/RELEASENOTES-2.4.txt b/jOOQ-website/inc/RELEASENOTES-2.4.txt index 970b7879fb..779f98bea9 100644 --- a/jOOQ-website/inc/RELEASENOTES-2.4.txt +++ b/jOOQ-website/inc/RELEASENOTES-2.4.txt @@ -10,6 +10,37 @@ http://www.jooq.org/notes.php For a text version, see http://www.jooq.org/inc/RELEASENOTES.txt +Version 2.4.1 - August 28, 2012 +================================================================= + +This is a minor patch release with some useful fixes for the 2.4 +branch + +Bug fixes +--------- +#1553 - Add some Javadoc to document the difference between using + a Factory with a Connection or with a DataSource +#1556 - Add javax.validation API to full deliverable +#1572 - Use Thread.currentThread().getContextClassLoader() to + load ExecuteListener classes as a workaround for + experienced class loading problems when using OSGi +#1584 - Code generation error with Oracle UDT static functions +#1650 - jOOR fix #16: Can't call Reflect.create(A, B, null) +#1660 - Factory.renderContext().castMode(CastMode.NEVER) + .render(query) doesn't work. CastMode is not applied +#1667 - Bad variable binding when NULLS FIRST, NULLS LAST is + simulated in SQL Server and other databases +#1673 - Result.formatXML() and Result.intoXML() do not render + namespaces correctly +#1693 - Cannot bind UDT values from other schemata to stored + procedures +#1730 - Compilation errors in SQLite generated code when flag + is set to true +#1751 - Result.intoResultSet() generates wrong ResultSetMetaData + if runtime schema mapping is applied +#1632 - Improve the performance of various DefaultRenderContext + methods, by locally caching Settings values locally + Version 2.4.0 - July 8, 2012 =================================================================