+#1736 - Deprecate TableRecord.{store|refresh|delete}Using()
+ methods as being part of jOOQ's internal API
+#1741 - Deprecate org.jooq.MasterDataType
+
+Bug fixes
+---------
+#1572 - Use Thread.currentThread().getContextClassLoader() to
+ load ExecuteListener classes as a workaround for
+ experienced class loading problems when using OSGi
+#1584 - Code generation error with Oracle UDT static functions
+#1632 - Improve the performance of various DefaultRenderContext
+ methods, by locally caching Settings values
+#1633 - Improve the performance of CursorImpl.CursorIterator by
+ setting Record values by index rather than by Field
+#1635 - Improve the performance of Factory.fetch(ResultSet) by
+ caching data type normalisation regex in FieldTypeHelper
+#1650 - jOOR Fix #16: Can't call Reflect.create(A, B, null)
+#1660 - Factory.renderContext().castMode(CastMode.NEVER)
+ .render(query) doesn't work. CastMode is not applied
+#1667 - Bad variable binding when NULLS FIRST, NULLS LAST is
+ simulated in SQL Server and other databases
+#1673 - Result.formatXML() and Result.intoXML() do not render
+ namespaces correctly
+#1683 - Oracle code generation regression for 10g. No such column
+ ALL_PROCEDURES.OBJECT_ID
+#1693 - Cannot bind UDT values from other schemata to stored
+ procedures
+#1730 - Compilation errors in SQLite generated code when flag
+ is set to true
+
Version 2.4.0 - July 8, 2012
=================================================================
diff --git a/jOOQ-website/css/jooq.css b/jOOQ-website/css/jooq.css
index 8f91d0b23b..e9e6df762f 100644
--- a/jOOQ-website/css/jooq.css
+++ b/jOOQ-website/css/jooq.css
@@ -65,13 +65,13 @@ p {
padding-right: 1em;
}
-td.left {
+td.left, th.left {
padding-right: 5px;
padding-bottom: 5px;
vertical-align: top;
text-align: right;
}
-td.right {
+td.right, th.right {
padding-left: 5px;
padding-bottom: 5px;
vertical-align: top;
diff --git a/jOOQ-website/learn.php b/jOOQ-website/learn.php
index dd4c573a6f..53833d0f30 100644
--- a/jOOQ-website/learn.php
+++ b/jOOQ-website/learn.php
@@ -31,38 +31,78 @@ running. It shows how to use jOOQ and its code generator with a simple MySQL dat
Documentation
- |