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