Version 3.14.9 - April 20, 2021 ================================================================================
This is a 3.14 patch release with minor improvements and bug fixes Features and Improvements ------------------------- #11775 - Add a Settings.forceIntegerTypesOnZeroScaleDecimals Bug Fixes --------- #11561 - java.lang.ClassCastException: class org.jooq.impl.ResultImpl cannot be cast to class java.sql.ResultSet when mocking Oracle SYS_REFCURSOR procedure #11568 - JDBCDatabase doesn't yet distinguish between TableType.TABLE and VIEW and others #11577 - DefaultMetaTableDefinition doesn't consider DataType.identity() flag #11592 - Misleading Javadoc about Settings.isInsertUnchangedRecords #11597 - ArrayTable doesn't pass derived column list to ArrayTableEmulation #11600 - Avoid auxiliary derived table in SQLite GENERATE_SERIES emulation #11610 - fetchParent() doesn't work properly with foreign key referencing just a part from a composed primary key #11615 - Fix @Support on ALTER TABLE .. RENAME INDEX #11617 - Missing DB2 and Derby @Support on DROP SCHEMA .. RESTRICT #11622 - Parser wrongly recognises VERSIONS table alias as keyword #11635 - XMLFormat.quoteNested() is not being considered in Result.intoXML() #11636 - intoXML() throws NPE exception #11664 - Wrong order of WINDOW / QUALIFY clauses #11668 - Oracle MetaTable fields do not have identity information #11676 - PostgresDatabase doesn't produce CHAR type length for CHAR(n)[] array types #11702 - Infinity values not correctly escaped with PostgreSQL #11710 - Oracle typed REF CURSOR produce wrong code #11726 - Sequence.nextvals() does not yet work in SQL Server #11728 - Wrong precision for H2 timestamp when using domains #11735 - Column "INFORMATION_SCHEMA.COLUMNS.INTERVAL_TYPE" not found in H2 1.4.197 #11742 - Blocking subscriber.onComplete called after subscriber.onError #11750 - TO_CHAR(x) without format is not natively supported in PostgreSQL #11764 - Regression when using plain SQL H2 array types #11765 - Passing an empty array or collection to returningResult() does not match the behaviour of returning() #11773 - PostgreSQL ON CONFLICT .. WHERE <index_predicate> generates not valid SQL #11776 - Oracle UPDATE .. RETURNING emulation doesn't work for boolean data type rewrites -- 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/618f7853-4d72-44a5-8fac-a77bf3e23246n%40googlegroups.com.
