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 12889) Sun, 24 Oct 2021 13:49:28 +0100 |
2 |
|
|
3 |
|
1. TFBClientAPI.GetProcAddr. Add check for nil reference. |
4 |
|
|
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; |
71 |
|
function FetchRelative(offset: Integer): boolean; {fetch record by position relative to current} |
72 |
|
function IsBof: boolean; |
73 |
|
|
74 |
+ |
10. IArray: tidyup of SetAsString method to ensure correct handling of fixed point numbers. |
75 |
+ |
|
76 |
+ |
11. IBUtils: TSQLTokeniser. CRLF now combined by low level parser into sqltEOL token. This |
77 |
+ |
may be noticeable when a line separator occurs inside quoted text. The quoted text |
78 |
+ |
output by the tokeniser will now use the platform specific lineEnding regardless |
79 |
+ |
of whether the input uses the CRLF or LF as a line separator. |
80 |
+ |
|
81 |
+ |
12. IStatement, IResultsSet: Support for scrollable cursors added (note: local databases only) |
82 |
|
|
83 |
|
|
84 |
|
FBINTF Change Log version (1.3-1 Build 12776) Mon, 23 Aug 2021 11:09:33 +0100 |