From cd0021839d5399983487e968e7e8812c9ea04eee Mon Sep 17 00:00:00 2001 From: Lukas Eder Date: Sun, 17 Feb 2013 22:46:05 +0100 Subject: [PATCH] Release 3.0.0-RC1 - Updated release notes --- jOOQ-release/release/template/RELEASENOTES.txt | 2 ++ jOOQ-website/inc/RELEASENOTES-3.0.txt | 2 ++ jOOQ-website/inc/RELEASENOTES.txt | 2 ++ 3 files changed, 6 insertions(+) diff --git a/jOOQ-release/release/template/RELEASENOTES.txt b/jOOQ-release/release/template/RELEASENOTES.txt index 2b921273b6..acd4b55bd7 100644 --- a/jOOQ-release/release/template/RELEASENOTES.txt +++ b/jOOQ-release/release/template/RELEASENOTES.txt @@ -382,6 +382,8 @@ Bug fixes #2187 - Change all Javadoc

tags to

(To fix Java 7 standard Javadoc style layout issues) #2210 - Executor.fetchFromCSV() shouldn't mark resulting records as "changed" +#2215 - Improve example in the "jOOQ for CRUD" section. Use only columns from + the sample database #2223 - SQL injection is possible in org.jooq.impl.Val, if client code doesn't correctly enforce generic typesafety, and bind variables are inlined #2227 - Field.in(T...) doesn't convert argument values to the Field's type diff --git a/jOOQ-website/inc/RELEASENOTES-3.0.txt b/jOOQ-website/inc/RELEASENOTES-3.0.txt index 2b921273b6..acd4b55bd7 100644 --- a/jOOQ-website/inc/RELEASENOTES-3.0.txt +++ b/jOOQ-website/inc/RELEASENOTES-3.0.txt @@ -382,6 +382,8 @@ Bug fixes #2187 - Change all Javadoc

tags to

(To fix Java 7 standard Javadoc style layout issues) #2210 - Executor.fetchFromCSV() shouldn't mark resulting records as "changed" +#2215 - Improve example in the "jOOQ for CRUD" section. Use only columns from + the sample database #2223 - SQL injection is possible in org.jooq.impl.Val, if client code doesn't correctly enforce generic typesafety, and bind variables are inlined #2227 - Field.in(T...) doesn't convert argument values to the Field's type diff --git a/jOOQ-website/inc/RELEASENOTES.txt b/jOOQ-website/inc/RELEASENOTES.txt index 2b921273b6..acd4b55bd7 100644 --- a/jOOQ-website/inc/RELEASENOTES.txt +++ b/jOOQ-website/inc/RELEASENOTES.txt @@ -382,6 +382,8 @@ Bug fixes #2187 - Change all Javadoc

tags to

(To fix Java 7 standard Javadoc style layout issues) #2210 - Executor.fetchFromCSV() shouldn't mark resulting records as "changed" +#2215 - Improve example in the "jOOQ for CRUD" section. Use only columns from + the sample database #2223 - SQL injection is possible in org.jooq.impl.Val, if client code doesn't correctly enforce generic typesafety, and bind variables are inlined #2227 - Field.in(T...) doesn't convert argument values to the Field's type