Universal Data Access Components (UniDAC) 8.4.3

Released: Apr 6, 2021

8.4.3 中的更新

特性

SQLite data provider

  • JournalMode - Added jmDefault option value for the Connection component.

修补程序

  • Demo compatibility with new a version of SecureBridge has been fixed.
  • Fixed bug with assigning a BLOB parameter when the source data is loaded via the TParam.LoadFromStream method.

Oracle data provider

  • Fixed bug with an Invalid pointer operation on Fetch.

SQLServer data provider

  • Fixed bug a string parameter getting trimmed.

PostgreSQL data provider

  • Fixed bug with reading date value "2000-01-01" when the EnablePgTimestamps option is set to True.
  • Fixed bug with reading server messages.

InterBase data provider

  • Fixed bug with loading BLOB columns as strings using the Loader component.

SQLite data provider

  • Fixed bug with mapping the liteNull database type to the ftBLOB field type.