Version 3.2.7 - December 23, 2014 ================================================================================
This is a patch release with some useful fixes for the 3.2 branch. This is the last publicly available release of the jOOQ 3.2 branch. Please contact [email protected], should you wish to receive further maintenance builds for the jOOQ 3.2 branch. Download link: http://www.jooq.org/download/versions More details: http://www.jooq.org/notes?version=3.2 Bug fixes --------- #3206 - DSL.field(Condition) doesn't correctly handle NULLs when emulating boolean fields with a CASE expression #3392 - Call setAccessible(true) only if really needed #3402 - Wrong character length generated by jOOQ for Firebird #3408 - Remove the default log4j.xml configuration file from the maven plugin again #3420 - NullPointerException when generating code for Oracle AQ Tables #3427 - Internal QueryCollectorSignal exception escapes into user code when not dealt with in ExecuteListener #3430 - JDBC escape syntax is not correctly rendered from plain SQL #3437 - QualifiedField does not respect RenderContext.qualify() #3445 - Cannot run Maven code generator with professional edition #3450 - Backslashes in SQL comments don't get escaped #3463 - Field.in(...) methods shouldn't return trueCondition() or falseCondition() #3473 - java.lang.IllegalArgumentException: Field (null) is not contained in Row #3507 - Bad @Support annotation on Select.intersect() and Select.except() #3547 - DSLContext.batch(String) doesn't accept bind variables #3571 - Converted Data Type does not propagate nullable and defaulted properties #3602 - Cannot INSERT into view #3696 - OutOfMemoryException with SQL Azure, caused by long-running loop of consuming further exceptions #3762 - Bad emulation of DUAL table in HSQLDB when connecting with a DBA user on a database with more than one user #3811 - Potential NullPointerException in Cursor.fetchOne(RecordMapper) and other methods -- You received this message because you are subscribed to the Google Groups "jOOQ User Group" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
