Universal Data Access Components (UniDAC) 11.0.1
Released: Dec 26, 2025
11.0.1 버젼 업데이트
기능
- Added support for Lazarus 4.4.
- Extended support for the Connection component's AllowImplicitConnect property to the Script and SQL components.
InterBase data provider
- Improved metadata retrieval for stored procedures and functions via TUniMetaData.
- Switched to the new default read committed mode, READ COMMITTED READ CONSISTENCY, for Firebird 4 and later.
PostgreSQL data provider
- Improved handling of the SET TIMEZONE command.
ODBC data provider
- Added the IgnoreWarnings provider-specific option to control how SQL_SUCCESS_WITH_INFO result codes are processed.
수정사항
- 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.
- Fixed an issue where the VirtualQuery component could return incorrect data after calling Refresh.
Oracle data provider
- Fixed an issue with reading values to TLargeintField in the scrollable cursors.
SQLServer data provider
- Fixed a hang that could occur when using pessimistic locking in Pooling mode.
InterBase data provider
- 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 a Conversion error from string issue when DMLRefresh and BooleanDomainFields were set to True.
- Fixed an issue where parameter values could be truncated in Firebird 5 and later when UseUnicode was set to True.
- Fixed an issue where INSERT statements could be generated incorrectly for master/detail relationships configured with KeyFields and KeyGenerator.
PostgreSQL data provider
- Fixed an issue where creating a VIEW in UniQuery could fail when UniDirectional was set to True.
- Fixed an issue where transaction handling for SELECT statements without a FROM clause could be incorrect when AutoCommit was set to False.
SQLite data provider
- Fixed an issue with Unicode database file names on macOS in Direct mode.
Access data provider
- Fixed multiple issues with handling AutoNumber columns of the Replication ID type.