New version of IBDAC 8.2 is available!

Discussion of open issues, suggestions and bugs regarding IBDAC (InterBase Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Locked
Devart
Site Admin
Posts: 3974
Joined: Tue 26 Oct 2004 13:51

New version of IBDAC 8.2 is available!

Post by Devart » Thu 15 Sep 2022 20:31

Dear users!

We are glad to announce the release of the IBDAC 8.2 with the support for the RAD Studio 11 Alexandria Release 2, Lazarus 2.2.2, iOS 15, and Android 12.

What's new in this release:
  • Added the CloneCursor method for Query and Table components that allows sharing data between datasets
  • Added support for working with time zone data types when clients don't have the ICU library
  • Added support for the isc_dpb_session_time_zone, isc_dpb_set_bind, isc_dpb_decfloat_round, and isc_dpb_decfloat_traps DPB
  • Added support for EXTENDED TIME/TIMESTAMP WITH TIME ZONE data types
  • Improved support for TIME/TIMESTAMP WITH TIME ZONE data types
  • Improved the performance of exporting to XML
  • Fixed bug with a "Too many Contexts of Relation/Procedures/Views" error when using "UPDATE OR INSERT" batch operations
  • Fixed bug with using CAST in the SQL statement when UseUnicode is set to True
  • Fixed bug with reading GUID data of stored procedure in using the AsGuid property
  • Fixed bug with processing GUID data in using "in" parameter
  • Fixed bug with working with the transaction when LockMode <> lmNone
  • Fixed bug with using the TIBCAlerter component in WebBroker applications
  • Fixed bug with "Invalid variant type" error when the DMLRefresh property is set to True
  • Fixed bug with reading BLOBs when the CacheBlobs property is set to False and the UseUnicode property is set to True
  • Fixed bug when a connection string parameter value contains a single quote
Devart Development Team

https://www.devart.com/ibdac/

Locked