1 |
+ |
FBINTF Change Log version (1.3-2 Build 12806) Wed, 06 Oct 2021 09:07:03 +0100 |
2 |
+ |
|
3 |
+ |
1. TFBClientAPI.GetProcAddr. Add check for nil reference. |
4 |
+ |
|
5 |
+ |
2. IStatement: new methods: |
6 |
+ |
procedure SetStaleReferenceChecks(Enable:boolean); {default true} |
7 |
+ |
function GetStaleReferenceChecks: boolean; |
8 |
+ |
|
9 |
+ |
In previous versions, stale reference checks were always enabled. This allows the |
10 |
+ |
user to disable them on a per statement basis. Note this can risk out-of-date |
11 |
+ |
statement BLR. See User Guide. |
12 |
+ |
|
13 |
+ |
3. IBUtils: TSQLwithNamedParamsTokeniser now recognises a CASE...END block within a |
14 |
+ |
stored procedure and hence avoids replacing named parameters within a containing |
15 |
+ |
BEGIN..END block. |
16 |
+ |
|
17 |
|
FBINTF Change Log version (1.3-1 Build 12776) Mon, 23 Aug 2021 11:09:33 +0100 |
18 |
|
|
19 |
|
1. Integer decodes in information blocks (e.g. IDBInfoItem) widened from 32 bit to 64-bit integers. |