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