1 |
< |
FBINTF Change Log version (1.3-2 Build 12860) Thu, 21 Oct 2021 13:16:09 +0100 |
1 |
> |
FBINTF Change Log version (1.3-2 Build 12878) Sat, 23 Oct 2021 13:23:39 +0100 |
2 |
|
|
3 |
|
1. TFBClientAPI.GetProcAddr. Add check for nil reference. |
4 |
|
|
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 |