From f69186bb0bc1c58b19909f3e5cfbdf5bd22f5d0f Mon Sep 17 00:00:00 2001
From: Lukas Eder
Date: Thu, 7 Feb 2013 14:52:37 +0100
Subject: [PATCH] Mention typesafe INSERT and MERGE statements
---
jOOQ-website/src/main/resources/manual-3.0.xml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/jOOQ-website/src/main/resources/manual-3.0.xml b/jOOQ-website/src/main/resources/manual-3.0.xml
index 8dff2985e9..ff2697da0d 100644
--- a/jOOQ-website/src/main/resources/manual-3.0.xml
+++ b/jOOQ-website/src/main/resources/manual-3.0.xml
@@ -9172,11 +9172,12 @@ for (Record record : create().select(
This section is for all users of jOOQ 2.x who wish to upgrade to the next major release. In the next sub-sections, the most important changes are explained
- Type-safe Record1 through Record8
+ Type-safe Record1 through Record22
- Subqueries from Factory.select(...) are now type-safe
- IN predicates and comparison predicates changed incompatibly
- Result<Record> might change incompatibly
+ - Typesafe INSERT and MERGE statements
SimpleSelectQuery and SimpleSelectXXXStep API were removed