From c7b295528a51ee746762da04fe863d3009cec313 Mon Sep 17 00:00:00 2001 From: Lukas Eder Date: Sat, 27 Oct 2012 22:49:32 +0200 Subject: [PATCH] [#1897] Add a section to the manual about the migration to jOOQ 3.0 --- jOOQ-website/src/main/resources/manual-3.0.xml | 5 ++++- 1 file changed, 4 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 bea44b5c03..2f76c77eba 100644 --- a/jOOQ-website/src/main/resources/manual-3.0.xml +++ b/jOOQ-website/src/main/resources/manual-3.0.xml @@ -9068,8 +9068,11 @@ SERVER = new RemoteDebuggerServer(DEBUGGER_PORT);

Separation of query building and query execution

-

No sub-factories anymore

+

No sub-factories anymore (no deprecation yet)

+

Quantified comparison predicates (no deprecation yet)

Master data types have been removed

+

GroupField

+

Object renames