Articles JAYBIRD 4.0.1 released with INT128 type support by Mark Rotteveel

emailx45

Местный
Регистрация
5 Май 2008
Сообщения
3,571
Реакции
2,438
Credits
573
JAYBIRD 4.0.1 RELEASED
August 11, 2020 Mark Rotteveel
[SHOWTOGROUPS=4,20,22]
Jaybird 4.0.1 has been released. Jaybird 4.0.1 is the first maintenance release of Jaybird 4, and introduces support for INT128 (a new type in Firebird 4), improves support for the Firebird 4 WITH TIME ZONE types by adding support for java.time.ZonedDateTime and making some of the derivation rules more consistent with Firebird. It also provides some bug fixes and other changes.
The following has been changed or fixed since Jaybird 4.0.0
  • Fixed: Changes to the transaction configuration (transaction parameter buffer configuration) of one connection are no longer propagated to other connections with the same connection properties (Для просмотра ссылки Войди или Зарегистрируйся)
  • Fixed: Search index of Javadoc in Java 11 version used incorrect links (Для просмотра ссылки Войди или Зарегистрируйся)
  • Fixed: The cleanup of native resources didn’t dispose the native library held by JNA, as a change in implementation no longer allowed directly access to the JNA NativeLibrary (Для просмотра ссылки Войди или Зарегистрируйся)
  • Fixed: When updating a row through an updatable result set, selected but not updated blob fields were set to NULL (Для просмотра ссылки Войди или Зарегистрируйся)
  • Added: Support for type INT128 (reported as JDBC type NUMERIC) (Для просмотра ссылки Войди или Зарегистрируйся)
    See also Для просмотра ссылки Войди или Зарегистрируйся.
  • Added: A static utility method FBDriver.normalizeProperties which, given a JDBC url and a Properties object, returns a Map<String, String> containing the merged properties normalized to common property name. (Для просмотра ссылки Войди или Зарегистрируйся)
  • Fixed: Use of isc_dpb_no_db_triggers no longer logs a warning (Для просмотра ссылки Войди или Зарегистрируйся)
  • Incompatible change: While making changes to time zone support, the API of org.firebirdsql.gds.ng.tz.TimeZoneDatatypeCoder was made almost entirely private. This should not affect normal user code.
    Although we try to avoid these types of incompatible changes in point releases, we explicitly allow them for the org.firebirdsql.gds.ng package and sub-packages.
  • Changed: conversions from TIME WITH TIME ZONE now use 2020-01-01 as base date for named zones (Для просмотра ссылки Войди или Зарегистрируйся)
  • New feature: Added support for java.time.ZonedDateTime for the WITH TIME ZONE types (Для просмотра ссылки Войди или Зарегистрируйся)
  • Fixed: Connection.setNetworkTimeout incorrectly used the provided Executor to set the timeout (Для просмотра ссылки Войди или Зарегистрируйся)
Jaybird 4 supports Firebird 2.5 and higher, on Java 7, 8, 11 and 14 (using the Java 11 version of the driver).
See also:

[/SHOWTOGROUPS]