1 |
+ |
FBINTF Change Log version (1.1-5 Build 12044) Fri, 17 Apr 2020 12:30:01 +0100 |
2 |
+ |
|
3 |
+ |
1. ISQLParams.GetHasCaseSensitiveParams added. Returns true if param names are |
4 |
+ |
case sensitive |
5 |
+ |
|
6 |
+ |
2. Single line SQL comments starting with '--' are now recognised by SQL Parser. |
7 |
+ |
|
8 |
+ |
3. New API Calls: |
9 |
+ |
IColumnMetaData.GetStatement |
10 |
+ |
IColumnMetaData.GetTransaction |
11 |
+ |
ISQLData.GetStrLength |
12 |
+ |
IResults.GetStatement |
13 |
+ |
IAttachment.OpenBlob (using Blob metadata) |
14 |
+ |
IAttachment.OpenArray (using array metadata) |
15 |
+ |
|
16 |
+ |
4. FBMessages: removal of unused messages |
17 |
+ |
|
18 |
+ |
5. TFBArray.Create (2nd case): ensure that FFirebirdClientAPI is correctly set. |
19 |
+ |
|
20 |
+ |
6. TIBSQLStatementType: SQLSavePoint added to end of enumeration. |
21 |
+ |
|
22 |
|
FBINTF Change Log version (1.1-4 Build 11515) Fri, 28 Dec 2018 10:04:19 +0000 |
23 |
|
|
24 |
|
1. Fix a problem with the SQL parameter parser that failed to recognise parameters |