Version 3.14.1 - October 28, 2020
================================================================================
This is a 3.14 patch release with minor improvements and bug fixes
Features and Improvements
-------------------------
#10757 - SQLDialect Javadoc should explain the distinction between commercial and OSS dialects
Bug Fixes
---------
#10764 - Wrong XSD schema in org.jooq.Constants#XSD_CODEGEN in version 3.14.0
#10770 - Kotlin code generator generates Record with invalid kotlin syntax when a column is named "value" and <recordsImplementingRecordN/> is true
#10772 - Cannot convert from UUID to JSON in H2's JSON_OBJECT() and related functions
#10773 - KotlinGenerator creates incorrect @Generated annotation
#10781 - Remove @Nullable annotation from ResultQuery.fetchSingleInto(Class) and Record.into(Class)
#10785 - Wrong code generated for <jpaAnnotations/> Table annotations with KotlinGenerator
#10786 - Compilation error in KotlinGenerator generated DAOs for data type TINYINT
#10789 - Compilation errors in KotlinGenerator generated classes when tables have array types
#10790 - KotlinGenerator and ScalaGenerator don't produce correct POJO.toString(), equals(), hashCode() methods for array types
#10791 - DSL.jsonbArray() generates json_build_array() call in PostgreSQL, instead of jsonb_build_array()
#10794 - Most package-info Javadocs refer to Sybase ASE
#10800 - Applying a forcedType prevents identity(true) from being generated
Version 3.13.6 - October 28, 2020
================================================================================
This is a 3.13 patch release with minor improvements and bug fixes
Features and Improvements
-------------------------
#10754 - Add support for ALTER TABLE .. SET NOT NULL in Oracle (and others)
#10758 - SQLDialect Javadoc should explain the distinction between commercial and OSS dialects
Bug Fixes
---------
#10708 - scala.UninitializedFieldError in runtime using generated data objects
#10709 - PostgreSQL UNION requires parentheses if subquery has WITH clause
#10721 - MockConnection must not produce first ResultSet when calling stored procedures with OUT parameters
#10722 - Error when mocking Oracle routines that have VARRAY or TABLE parameters
#10725 - BackslashEscaping.DEFAULT should implement ON behaviour in Redshift, not OFF
#10740 - NullPointerException in Meta.migrateTo() when using DatabaseMetaData backed Meta containing views
#10742 - NullPointerException in SQLite Meta.migrateTo() when using DatabaseMetaData backed Meta containing FK referencing wrong identifier case
#10752 - Code generator can't handle SQL Server database names with dash
#10795 - Most package-info Javadocs refer to Sybase ASE