--- ibx/trunk/changelog 2018/02/26 16:16:33 149 +++ ibx/trunk/changelog 2018/02/26 16:28:41 150 @@ -92,7 +92,7 @@ IBX Change Log version 21. Property Editors now automatically include System Tables when opened and when the query table is a System Table. -22. IBServices: SQRB and SRB buffers are now reset when service query throws and exception. +22. IBServices: SQRB and SRB buffers are now reset when service query throws an exception. This avoids errors due to a stale SQRB or SRB being used for the next query. 23. IBServices: Service attach parameters now include "expected_db". This is used to @@ -107,13 +107,13 @@ IBX Change Log version 26. TIBDatabase: DatabaseName property may now be prefixed by $TEMP$ or $DATADIR$ for local databasenames. These are respectively expanded to the local system's temp directory - (including trailing delimiter) or to a directory a prescribed data directory (including + (including trailing delimiter) or to a prescribed data directory (including trailing delimiter). Under Unix systems the data directory is a hidden directory in the user's home directory. The hidden directory name is either the string returned from the SysUtils "Vendor Name" or "IBX" if empty. In either case prefixed by a '.'. Under Windows, the directory is the same as the Data Directory as decribed above but instead prefixed by the User's application data path. These may be - used to improve application portability. + used to improve application portability for Personal Databases. 27. TIBTable: FieldDefs property is no longer published. Due to the use of TIBFieldDef this has not worked for a long time and is not useful either. FieldDefs should be @@ -161,7 +161,7 @@ IBX Change Log version service when last reference to the service interface detaches. Tidy up of code for SetActive and Attach methods including password hiding. -38. TIBDatabase: new proterties: AuthenticationMethod and RemoteProtocol. Read only +38. TIBDatabase: new properties: AuthenticationMethod and RemoteProtocol. Read only and used to determine the auth method and protocol used for the connection. 39. TIBDatabase: ensure that SQLDialect setting is used when creating a database using