Mention typesafe INSERT and MERGE statements

This commit is contained in:
Lukas Eder 2013-02-07 14:52:37 +01:00
parent e7c38b12bd
commit f69186bb0b

View File

@ -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
</p>
<h3>Type-safe Record1 through Record8</h3>
<h3>Type-safe Record1 through Record22</h3>
<ul>
<li>Subqueries from Factory.select(...) are now type-safe</li>
<li>IN predicates and comparison predicates changed incompatibly</li>
<li>Result&lt;Record> might change incompatibly</li>
<li>Typesafe INSERT and MERGE statements</li>
</ul>
<h3>SimpleSelectQuery and SimpleSelectXXXStep API were removed</h3>