ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/branches/udr/changelog
(Generate patch)

Comparing ibx/trunk/fbintf/changelog (file contents):
Revision 346 by tony, Mon Aug 23 14:22:29 2021 UTC vs.
Revision 347 by tony, Mon Sep 20 22:08:20 2021 UTC

# Line 1 | Line 1
1 + FBINTF Change Log  version          (1.3-2 Build 12798) Mon, 20 Sep 2021 12:42:46 +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   FBINTF Change Log  version          (1.3-1 Build 12776) Mon, 23 Aug 2021 11:09:33 +0100
14  
15   1. Integer decodes in information blocks (e.g. IDBInfoItem) widened from 32 bit to 64-bit integers.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines