Additional
Syndicate
Subscribe to our News, Blogs and Updates
 
Events
Advertisement
AnyDAC for Delphi v 2.0.7.551 released PDF Print E-mail
Nov 27, 2008
Added preview of PostgreSQL and SQLite drivers ! Added MS SQL 2008 and MS Access 2007 support.

 

------------------------------------------------------------
v 2.0.7.551 (28.11.08)
  + added: PostgreSQL driver pre-release
  + added: SQLite driver pre-release
  + added: MSAccess: added support for Access 2007
  / changed: now MonitorByFlatFile_Append is False by default
  / changed: now MonitorByFlatFile_Encoding is ANSI by default
  / changed: improved support for row refreshing
  / changed: now {IF ...} supports as DBMS id's, as DBMS name's
  / changed: all registry root keys switched to HKCU
  - fixed: "this name may not contain the 'xxx'" at streaming to XML dataset with special characters in column names, like a '#' or '$'
  - fixed: fails to edit SELECT columns with aliases
  - removed: TADUpdateOptions.CacheUpdateCommands is removed
  - fixed: Oracle: CurrentSchema was not updated
  - fixed: DataSnap: fails to transfer AnsiString parameters
  - fixed: IB: "assertion failed" at Ping call
  - fixed: AV at parameterized query execution if to use AsFloat and dtBCD -> dtDouble data type mapping
  - fixed: AV at recovering of losted connection
  - fixed: hangup at application exit after recovering of losted connection
  - fixed: hangup at Commit/Rollback after recovering of losted connection
  - fixed: DB2: UK violation exception is not raised, but put into Messages
  - fixed: ADExplorer fails to work on clear workstation

------------------------------------------------------------
v 2.0.6.475 (7.11.08)
  + added: Help: few more topic described and updated old ones 
  + added: UnifyParamNames property, controlling striping of '@' from MSSQL SP param names (False by default)
  + added: ADTracer shows message on application exit with list of produced trace files
  + added: MSSQL: added basic support for MSSQL 2008
  + added: Added support for Delphi Professional SKU
  + added: TADCustomConnection.ReleaseClients
  / changed: default settings of FlatFile monitor unified with ADConnectionDefs.sample
  / changed: MSSQL: improved MSSQL cursor type control
  / changed: MSSQL: does not work properly with EOL = #13. AnyDAC now adjust EOL to #13#10
  / changed: TADDataSet.Execute now is virtual
  - fixed: TADTextWriter fails to write UTF16 text
  - fixed: ADMemTable does not use CachedUpdates property
  - fixed: if required field is not included into persistent field list, then AnyDAC raises error, that field value is required
  - fixed: explicit setting TADxxxOptions option value to its default value, does not override inherited value
  - fixed: MSSQL: only first PRINT statement result is returned
  - fixed: MSSQL: RowsAffected may be incorrect in some cases
  - fixed: ASA: fails to fetch rowset with BLOB in the middle
  - fixed: Persistent and Backup properties was always overwritten by design time editors
  - fixed: Oracle: password is put into trace
  - fixed: AV possible in TADGUIxFormsAsyncDialog