1 |
+ |
FBINTF Change Log version (1.1-4 Build 11291) Fri, 28 Dec 2018 10:04:19 +0000 |
2 |
+ |
|
3 |
+ |
1. Fix a problem with the SQL parameter parser that failed to recognise parameters |
4 |
+ |
where the second character of the parameter name is a numeric. |
5 |
+ |
|
6 |
+ |
2. New method for IAttachment: procedure getFBVersion(version: TStrings); |
7 |
+ |
This returns the isc_version connection information as one or more lines. |
8 |
+ |
This is the same information as returned by isql with the -z option. |
9 |
+ |
|
10 |
+ |
|
11 |
|
FBINTF Change Log version (1.1-3) Wed, 05 Dec 2018 14:28:10 +0000 |
12 |
|
|
13 |
|
1. DARWIN only syntax error: fix missing semi-colon in TFBClientAPI.LoadIBLibrary |