ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/trunk/changelog
(Generate patch)

Comparing ibx/trunk/changelog (file contents):
Revision 149 by tony, Mon Feb 26 16:16:33 2018 UTC vs.
Revision 150 by tony, Mon Feb 26 16:28:41 2018 UTC

# Line 92 | Line 92 | IBX Change Log  version
92   21. Property Editors now automatically include System Tables when opened and when the query table
93      is a System Table.
94  
95 < 22. IBServices: SQRB and SRB buffers are now reset when service query throws and exception.
95 > 22. IBServices: SQRB and SRB buffers are now reset when service query throws an exception.
96      This avoids errors due to a stale SQRB or SRB being used for the next query.
97  
98   23. IBServices: Service attach parameters now include "expected_db". This is used to
# Line 107 | Line 107 | IBX Change Log  version
107  
108   26. TIBDatabase: DatabaseName property may now be prefixed by $TEMP$ or $DATADIR$ for local
109      databasenames. These are respectively expanded to the local system's temp directory
110 <    (including trailing delimiter) or to a directory a prescribed data directory (including
110 >    (including trailing delimiter) or to a prescribed data directory (including
111      trailing delimiter). Under Unix systems the data directory is a hidden directory
112      in the user's home directory. The hidden directory name is either the string returned
113      from the SysUtils "Vendor Name" or "IBX" if empty. In either case prefixed by a '.'.
114      Under Windows, the directory is the same as the Data Directory as decribed
115      above but instead prefixed by the User's application data path. These may be
116 <    used to improve application portability.
116 >    used to improve application portability for Personal Databases.
117  
118   27. TIBTable: FieldDefs property is no longer published. Due to the use of TIBFieldDef
119      this has not worked for a long time and is not useful either. FieldDefs should be
# Line 161 | Line 161 | IBX Change Log  version
161      service when last reference to the service interface detaches. Tidy up of
162      code for SetActive and Attach methods including password hiding.
163  
164 < 38. TIBDatabase: new proterties: AuthenticationMethod and RemoteProtocol. Read only
164 > 38. TIBDatabase: new properties: AuthenticationMethod and RemoteProtocol. Read only
165      and used to determine the auth method and protocol used for the connection.
166  
167   39. TIBDatabase: ensure that SQLDialect setting is used when creating a database using

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines