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

Comparing ibx/trunk/fbintf/changelog (file contents):
Revision 352 by tony, Thu Oct 21 12:17:43 2021 UTC vs.
Revision 353 by tony, Sat Oct 23 14:11:37 2021 UTC

# Line 1 | Line 1
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  
# Line 71 | Line 71 | FBINTF Change Log  version          (1.3
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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines