InterBase Data Access Components (IBDAC) 10.0.0

Released: Sep 17, 2025

Actualizaciones en 10.0.0

Características

  • Added support for Embarcadero RAD Studio 13 Florence.
  • Added support for Lazarus 4.2.
  • Added the boNoTriggers and boZip options to the TIBCBackupService component.
  • Added support for user-defined security databases to the TIBCSecurityService component for Firebird.
  • Added the TIBCError.SQLState property to store the SQLSTATE completion code.
  • Added the Pooled function to the TCustomDAConnection component.
  • Added support for ReportBuilder 23 in the Demo project.
  • Improved the format of the DEFAULT_VALUE column in TIBCMetaData (when MetaKind = Column) to return values in a clear text representation.

Correcciones

  • Fixed a bug that caused an "Utf8ToWs: Destination is nil" assertion failure when using MasterDetailed with UseUnicode = True.
  • Fixed an issue with INSERT SQL query generation when DMLRefresh = True and UpdateAllFields = False.
  • Fixed a bug that occurred when using SQL Dialect 1 with the DATE data type.
  • Resolved an issue where all connections were removed from the pool if TPoolingOptions.MinPoolSize was set to a value greater than 0.
  • Resolved an issue where getting the record count failed if the query contained an ORDER BY clause.
  • Resolved an issue with C++Builder compilation.
  • Resolved an issue that caused a memory leak in the GetIPInterfaces procedure.