Database Comparer VCL for Delphi, C++Builder V8.0

Released: Dec 20, 2021

V8.0 での更新項目

機能

  • Support for Embarcadero RAD Studio 11 Alexandria.
  • Added the ability to connect to databases using Universal Data Access Components (UniDAC).
  • IBObjects connection support.
  • GetDbcBuildNo function now returns current build number.
  • Grant/Revoke privileges added for IB/FB stored procedures and functions.
  • Added "GRANT USAGE ON" statement support for Firebird 3.0 and higher.
  • New DBExtract.ExtractObjects property allows you to define the DB object types to extract.
  • New design-time menu was added to all DBComparer components.

不具合の修正

  • The Table Data Comparer didn't syncrhonize data with different key field names in the source and the target tables - fixed.
  • The FireDAC connection component was fixed: added necessary modules to the "uses" section, fixed problems with the "Variable length column [RDB $ FIELD_NAME] overflow".
  • The Database Comparer failed to analyze the Firebird CTE syntax, namely CTEs where the "WITH recursive" statement is used - fixed.
  • The DBComparer failed to parse the "merge into query" and the "extract (week from...)" statements - fixed.
  • The "Column unknown. FNC.RDB$OWNER_NAME" error when extracting Grants in Firebird 2.5 and earlier was fixed.