Version 3.14.6 - January 26, 2021
================================================================================
This is a 3.14 patch release with minor improvements and bug fixes
Features and Improvements
-------------------------
#11314 - DataType.toString() should generate DDL type declaration fragment
Bug Fixes
---------
#11274 - Behavior of MockResultSet.close() differs from ResultSet.close()
javadoc
#11278 - Wrong Support annotation for Derby DROP { INDEX | TABLE } IF EXISTS
#11282 - Wrong SQLSTATE handled in Db2's CREATE INDEX IF NOT EXISTS
#11283 - Add native support for CREATE INDEX .. INCLUDE in Db2
#11285 - Wrong emulation of CREATE UNIQUE INDEX .. INCLUDE
#11288 - NullPointerException in AbstractMeta.copyFK for SQLite when a
foreign key references a unique key
#11291 - Parser parses PRIMARYKEY as PRIMARY KEY
#11293 - AbstractMeta.getForeignKeys() and other key / index producing
methods don't handle namespacing correctly
#11296 - POSITION(in, search, startIndex) emulation returns wrong result
when search was not found
#11300 - SQLite's DSL.extract() emulation should render an explicit
CAST(STRFTIME(...) AS INT)
#11301 - NullPointerException when using InsertSetStep.set(Map) on plain
SQL table with plain SQL field names
#11303 - Wrong Support annotation on ALTER TABLE .. RENAME CONSTRAINT
#11306 - ExecuteContext.exception() should accept null exceptions and
translate them to an unspecified DataAccessException
#11312 - PostgreSQL MetaImpl based DataTypes are missing length of array
element type
#11313 - Dialect specific data type is reported from Meta, instead of
SQLDataType
#11315 - ArrayDataType.toString() should indicate that it's an array type
--
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/ff0002e4-a055-47ad-8636-0cde76a9f4fcn%40googlegroups.com.