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 156 by tony, Wed Feb 28 11:14:15 2018 UTC vs.
Revision 238 by tony, Fri Apr 27 08:07:59 2018 UTC

# Line 1 | Line 1
1 < FBINTF Change Log  version                                                 (1.1-1) Tue, 27 Feb 2018 16:51:16 +0000
1 > FBINTF Change Log  version               (1.1-3) Fri, 27 Apr 2018 09:04:00 +0100
2 >
3 > 1. DARWIN only syntax error: fix missing semi-colon in TFBClientAPI.LoadIBLibrary
4 >
5 > FBINTF Change Log  version               (1.1-2) Mon, 16 Apr 2018 09:30:32 +0100
6 >
7 > 1. Firebird.pas: {$OBJECTCHECKS OFF} added to file to avoid runtime error when
8 >   program compiled with -CR command line switch.
9 >
10 > 2. IServiceManager additions (informational):
11 >    function getProtocol: TProtocol;
12 >    function getPortNo: AnsiString;
13 >
14 > 3. IServiceManager improved error handling. Interfaces changed:
15 >    function Start(Request: ISRB; RaiseExceptionOnError: boolean=true): boolean;
16 >    function Query(SQPB: ISQPB; Request: ISRB; RaiseExceptionOnError: boolean=true) :IServiceQueryResults; overload;
17 >    function Query(Request: ISRB; RaiseExceptionOnError: boolean=true) :IServiceQueryResults; overload;
18 >
19 > 4. IAttachment addition (informational)
20 >    function GetSecurityDatabase: AnsiString;
21 >
22 > 5. IStatement: performance counters now updated after each Fetch. GetPerfStatistics
23 >   thus now returns accumulated stats for a select statement from opening a cursor
24 >   up to the last fetch.
25 >
26 > 6. DARWIN: uloadlibrary.inc bug fix. Many thanks to Luigi Naimi for correcting
27 >   the problem.
28 >
29 > 7. Type change: "TPerfCounters = array[TPerfStats] of Int64". Note "Int64"
30 >   replaces deprecated "comp" type.
31 >
32 > 10. Testsuite Test10 updated to include thread synchronisation for event reporting.
33 >
34 > 11. URL Connection Strings: inet4 and inet6 now recognised.
35 >
36 > 12. IBUtils: Parse and Make Connect String now recognise URL style loopback syntax.
37 >
38 > 13. IAttachment.CharSetName2CharSetID is now performed case insensitive.
39 >
40 >
41 > FBINTF Change Log  version (1.1-1) Tue, 27 Feb 2018 16:51:16 +0000
42  
43   1. IBUtils.QuoteIdentifierIfNeeded: Add check for space character.
44  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines