Additional
Syndicate
Subscribe to our News, Blogs and Updates
 
Polls
If you are the Delphi programmer, how old are you ?
 
AnyDAC v 1.10.0 released PDF Print E-mail
Feb 20, 2007
Bugs are fixed, FPC/Lazarus support added, FastReport support added. v 1.10.0 (20.02.07)
  - added: FastReport data access driver
           (thanks to Serega Glazyrin <glserega at mezonplus dot ru>)
  - added: FPC on Win32 support
           (see AnyDAC\FPC\readme.txt for details)
  - changed: ResourceOptions.Disconnectable now True by default
  - changed: UpdateOptions.AutoRefresh is replaced with RefreshMode
           (rmManual - AutoRefresh=False,
            rmOnDemand - AutoRefresh=True,
            rmAll - AutoRefresh=True, but will be refreshed all fields)
  - fixed: AV on FastMM & exception & ADQuery.Free
  - fixed: few C++Builder 5 issues in installer
  - fixed: CountUpdatedRecords is not using if NO_DATA_FOUND is raised
  - fixed: left AnyDAC_DEBUG defined
  - fixed: incorrect refresh record SELECT command generation
  - fixed: incorrect default value for TADAutoIncField.ProviderFlags
  - fixed: possible AV at Delphi IDE exit
  - fixed: possible incorrect time value (21:15:00 -> 21:14:59)
  - fixed: AV on Oracle on numbers with > 38 digits
  - fixed: "Data too large for variable" on MD using NVARCHAR fields
  - fixed: "Invalid object name" on editing of SELECT * FROM Northwind..Orders
  - fixed: *** multiple bugs founded by FPC compiler ***