InterBase Data Access Components (IBDAC) 10.0.1
Released: Dec 26, 2025
Aggiornamenti in 10.0.1
Funzionalità
- Added support for Lazarus 4.4.
- Improved support for working with stored procedures and functions via TIBCMetaData.
- Extended support for the Connection component's AllowImplicitConnect property to the Script and SQL components.
- Switched to the new default read committed mode, READ COMMITTED READ CONSISTENCY, for Firebird 4 and later.
Correzioni
- Fixed an issue with handling the ibcFloat data type.
- Fixed an issue with writing BLOB data when CacheBlobs was set to False.
- Fixed an issue where the global CutOffParams variable was used when UseUnicode was set to False.
- Fixed an issue where parameter values could be truncated in Firebird 5 and later when UseUnicode was set to True.
- Fixed an issue with using the boZip option in TIBCBackupService for Firebird 3 and earlier.
- Fixed an issue where INSERT statements could be generated incorrectly for master/detail relationships configured with KeyFields and KeyGenerator.
- Fixed a Conversion error from string issue when DMLRefresh and BooleanDomainFields were set to True in Firebird 3 and later.
- Fixed an AV failure that could occur when reading a persistent TWideStringField in Delphi 7.
- Fixed an issue where XML fields could be saved incorrectly when using the dataset component's SaveToXML method.
- Fixed an issue with registering help files in RAD Studio 13.
- Fixed an access violation that could occur when reopening the master table with LocalMasterDetail set to True.
- Fixed a possible nil reference to Encoding in the TParser constructor.