Red Database 3.0 - v3.0.14

Jan. 25, 2024, 11:38 a.m.

Changelog

FBJava updated to 1.2.4

  • Added index on FTS$ROW_ID field in FTS$POOL table to increase performance. RS-153733.

Fixes:

  • Crash on prepare query due to failed trace call attempt. RS-156748.
  • Downgrade issues related to new system functions, collate for computed fields, accounting for view dependencies, etc. RS-87092.
  • When using ExtAuth plugin on behalf of a procedure owner with SQL SECURITY DEFINER, effective_login in connection parameters should not be set. RS-148158.
  • Firebird 4.0.3 is constantly crashing with the same symptoms (fbclient.dll) (incl. DMP File Analysis). FB-7779.
  • Crash on "Operating system call pthread_mutex_destroy failed. Error code 16" in log. FB-7762.
  • Service backup does not work in multiple engines configuration. FB-7812.
  • Memory leak is possible for UDF array arguments. FB-7817.
  • Shared memory area is probably already created by another engine instance in another Windows session, failed to create database. FB-7522, FB-7828.
  • Removing first column with SET WIDTH crashes ISQL. FB-7844.
  • Authentication via Red Database client to Firebird server using Legacy_Auth plugin. RS-154039.
  • Possible bug in BETWEEN operator. FB-7839.
  • Possible cause of bug "Invalid transaction number NNN in TRA_state". RS-150698.
  • Bugcheck "Cannot find tip page" when checking database for errors. RS-153199.
  • Erroneous deletion of SYSDBA.password file during upgrade. RS-98614.

Improvements:

  • The zlib library has been updated to version 1.13. FB-7755.
  • New context variables in the "SYSTEM" namespace: PAGES_ALLOCATED, PAGES_USED, PAGES_FREE. RS-150613.
  • User migration script when downgrading from 3.0 to 2.6. RS-154669.
  • Correct detection of blob lengths larger than 4 GB. RS-154929.