Version 3.13.5 - October 2, 2020 ================================================================================
This is a 3.13 patch release with minor improvements and bug fixes Features and Improvements ------------------------- #10647 - Document that import-on-demand cannot be used with org.jooq.Record Bug Fixes --------- #10462 - INSERT .. ON DUPLICATE KEY IGNORE emulation using MERGE should support multi value inserts #10468 - Configuration log level is ignored by GenerationTool for first log statements #10470 - Code generator fails with ArrayIndexOutOfBoundsException for Index..Include statements #10471 - PostgresUtils.toPGArray does not handle escaped quotes #10496 - Avoid querying ALL_JSON_COLUMNS on Oracle 12.1.0.1.0 #10500 - Compilation error in generated code when there is a table called OVERRIDE #10533 - Unstable code generation in PostgreSQL regexp_split_to_table function #10539 - Improve emulation of (a, b) >= (x, y) #10549 - Unnecessary stack elements when SelectQueryImpl doesn't have both semi join and where clause predicates #10559 - Mention mapping into Record types in DefaultRecordMapper Javadoc #10562 - Various compilation errors when schema, table, key names conflict #10589 - NullPointerException when misconfiguring code generator, lacking a <database/> #10596 - Error when fully qualifying a view with catalog name in CREATE/DROP VIEW in SQL Server #10673 - Error when parsing Oracle (+) operator with ParseUnknownFunctions.IGNORE #10676 - Parser doesn't recognise Oracle ( + ) operator, if it contains whitespace #10683 - Change org.jooq.impl.Expression implementation to be binary only #10706 - ClassCastException when using MockDataProvider with Oracle ArrayRecord types -- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/jooq-user/3424d45c-ba24-4d14-ba87-99a9b0c1a55fn%40googlegroups.com.
