Red Database 3.0 - v3.0.6.31

Feb. 10, 2021, 10:15 a.m.

Changelog

Fixed:

  1. rdbrepldiff returns non-zero code in case of error
  2. Fixed database crash due to hashagg call
  3. Fixed hashagg function
  4. Nbackup can't open database file for copying in Windows if Superserver has already opened it

Improvements:

  1. Add DefaultUserManagers option to config

fbava updated to 1.1.12:

  1. Fixed instance counter increment
  2. Granted all permissions for SYSDBA user
  3. Print user name and roles if there is no permissions in java security database
  4. Make COMMON group in java-security first by default

fbjava-lucene updated to 2.0.12:

  1. Allow to set maximum size of indexed document
  2. Print table, field, dbkey of corrupted document when parsing
  3. Remove empty documents from FTS index

Ported from Firebird:

  1. Avoid recursive calls in memory pool printing code
  2. Mac sandbox
  3. Cleanup of Android port (including arm64), reworked build process, make it use internal ICU (required for newer Android versions)
  4. Fixed CORE-6466 - Comments before the first line of code are removed
  5. Refactor using code from master used to fix CORE-6385
  6. Fix for CORE-6466 also fixed CORE-6385 in B3_0_Release
  7. Postfix for CORE-6466
  8. This should fix bug CORE-6477 : Rare race condition in Plugin Manager could lead to the server crash
  9. Fixed bug CORE-2032 : Stored procedure recursively called by calculated field fails after reconnect
  10. Postfix for CORE-6466 about regression in CORE-5447.