1 |
< |
IBX Change Log version (2.2-0) Thu, 22 Feb 2018 17:12:26 +0000 |
1 |
> |
IBX Change Log version (2.2-0) Mon, 26 Feb 2018 11:49:23 +0000 |
2 |
|
|
3 |
|
1. IBExtract: Identity columns - add additional check for null column for generator name. |
4 |
|
|
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 |
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 |
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 |