I have released jOOQ 2.2.3 and 2.3.2 with minor patches. These bug
fixes will also be available in the upcoming jOOQ 2.4.0.
Older branches will not be patched unless requested specifically.
Version 2.3.2 - July 1, 2012
=================================================================
This is a minor patch release with some useful fixes for the 2.3
branch
Bug fixes
---------
#1441 - Performance issue with AbstractDataType.convert(Object).
Avoid conversions when they're obviously unneeded
#1449 - Generate some meaningful Javadoc into the generated
[schema-name]Factory classes
#1454 - Add line breaks to generated Javadoc where appropriate
#1465 - Custom generator strategy's printImplements() is called
with Mode == RECORD for tables
#1483 - Inefficient cloning of default settings using JAXB
unmarshalling leads to non-negligible overall overhead.
Use serialisation instead (short of a useful XJC clone
plugin)
#1478 - Caching SQLDialect in AbstractDatabase heavily improves
code generation performance
#1490 - Compilation error when a SQL Server stored procedure has
a parameter named "value"
#1493 - Bad syntax for SELECT /*+hint*/ DISTINCT ... in Oracle
#1515 - Splitting of large NOT IN conditions is wrong. The parts
should be connected with AND, not with OR
Version 2.2.3 - July 1, 2012
=================================================================
This is a minor patch release, fixing some issues
Bug fixes
---------
#1109 - Standalone TABLE or VARRAY types are not correctly
initialised before referencing tables load them
#1360 - jOOR issue 12: "Don't reset the accessible flag to false,
if setting it to true is required, to avoid race
conditions in concurrency contexts"
#1394 - NullPointerException when omitting <generate/> element in
code generation configuration
#1403 - Documentation bug: ctx.statement() can be replaced in
executeStart(). This is not documented
#1406 - Compilation errors in generated source code when Postgres
stored procedure parameter is called "NAME"
#1407 - Compilation errors in generated source code when Postgres
data-type is "any" (with quotes!)
#1441 - Performance issue with AbstractDataType.convert(Object).
Avoid conversions when they're obviously unneeded
#1449 - Generate some meaningful Javadoc into the generated
[schema-name]Factory classes
#1454 - Add line breaks to generated Javadoc where appropriate
#1465 - Custom generator strategy's printImplements() is called
with Mode == RECORD for tables
#1478 - Caching SQLDialect in AbstractDatabase heavily improves
code generation performance
#1483 - Inefficient cloning of default settings using JAXB
unmarshalling leads to non-negligible overall overhead.
Use serialisation instead (short of a useful XJC clone
plugin)
#1490 - Compilation error when a SQL Server stored procedure has
a parameter named "value"
#1493 - Bad syntax for SELECT /*+hint*/ DISTINCT ... in Oracle
#1515 - Splitting of large NOT IN conditions is wrong. The parts
should be connected with AND, not with OR