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 350 by tony, Wed Oct 20 14:58:56 2021 UTC vs.
Revision 352 by tony, Thu Oct 21 12:17:43 2021 UTC

# Line 1 | Line 1
1 < FBINTF Change Log  version          (1.3-2 Build 12850) Wed, 20 Oct 2021 15:12:15 +0100
1 > FBINTF Change Log  version          (1.3-2 Build 12860) Thu, 21 Oct 2021 13:16:09 +0100
2  
3   1. TFBClientAPI.GetProcAddr. Add check for nil reference.
4  
# Line 42 | Line 42 | FBINTF Change Log  version          (1.3
42                         CaseSensitiveParams: boolean = false; CursorName: AnsiString=''): IStatement; overload;
43  
44   9. Support for scrollable cursors added. New/updated methods:
45   IFirebirdAPI:
46     function HasScollableCursors: boolean;
45     IAttachment:
46 +    function HasScollableCursors: boolean;
47      function OpenCursor(transaction: ITransaction; sql: AnsiString; aSQLDialect: integer;
48                               Scrollable: boolean=false): IResultSet; overload;
49      function OpenCursor(transaction: ITransaction; sql: AnsiString; Scrollable: boolean=false): IResultSet; overload;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines