[#1897] Add a section to the manual about the migration to jOOQ 3.0 -

Added reference to changed ExecuteListener configuration
This commit is contained in:
Lukas Eder 2013-02-04 21:35:07 +01:00
parent 649954e76c
commit 2b2b3e6623

View File

@ -9192,6 +9192,7 @@ for (Record record : create().select(
<ul>
<li>Connection-related utility methods (commit, rollback, etc) moved to DefaultConnectionProvider</li>
</ul>
<h3>ExecuteListeners are configured as instances in Configuration, no longer in Settings</h3>
<h3>The data type API has been changed heavily</h3>
<ul>