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:06:10 +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 |
|
|