From 2b2b3e66230b61e31c66dbca236bcb640088cee3 Mon Sep 17 00:00:00 2001 From: Lukas Eder Date: Mon, 4 Feb 2013 21:35:07 +0100 Subject: [PATCH] [#1897] Add a section to the manual about the migration to jOOQ 3.0 - Added reference to changed ExecuteListener configuration --- jOOQ-website/src/main/resources/manual-3.0.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/jOOQ-website/src/main/resources/manual-3.0.xml b/jOOQ-website/src/main/resources/manual-3.0.xml index 88ae8f2393..8dff2985e9 100644 --- a/jOOQ-website/src/main/resources/manual-3.0.xml +++ b/jOOQ-website/src/main/resources/manual-3.0.xml @@ -9192,6 +9192,7 @@ for (Record record : create().select( +

ExecuteListeners are configured as instances in Configuration, no longer in Settings

The data type API has been changed heavily