1 |
< |
FBINTF Change Log version (1.4-2 Build 14183) Thu, 04 Jan 2024 15:12:35 +0000 |
1 |
> |
FBINTF Change Log version (1.4-2 Build 15740) Wed, 29 May 2024 15:47:44 +0100 |
2 |
|
|
3 |
|
1. IBUtils.FormatTimeZoneOffset A zero offset now includes a preceding '+' sign. |
4 |
|
|
16 |
|
property. Otherwise, the value is assumed to be a floating point type and the AsDouble |
17 |
|
property is used to set the property. This avoids the specific example given above. |
18 |
|
|
19 |
+ |
4. IBHeader (legacy interface only) Definition of Start_Transaction changed to use |
20 |
+ |
varargs - win64 compatibility issue. |
21 |
+ |
|
22 |
+ |
5. FB25Blob: last parameter of call to isc_blob_lookup_desc is now set to nil. This |
23 |
+ |
avoids memory corruption with Firebird 4 when using the legacy interface. |
24 |
+ |
|
25 |
+ |
6. ISDL interface moved from FB30Array to IB. This is to avoid internal FPC compiler errors |
26 |
+ |
consequential on the use of generics across units. |
27 |
+ |
|
28 |
+ |
7. Internal changes necessary to correctly compile and run with FPC 3.3.1 and later. |
29 |
+ |
|
30 |
+ |
8. Firebird 5 support tested. |
31 |
+ |
|
32 |
+ |
9. Firebird.pas renamed to FirebirdOOAPI.pas in order to avoid confusion with |
33 |
+ |
version distributed with Firebird. |
34 |
+ |
|
35 |
|
FBINTF Change Log version (1.4-1 Build 14103) Mon, 27 Nov 2023 14:26:35 +0000 |
36 |
|
|
37 |
|
1. FBSQLData: ensure that TResults.getSQLData and TResults.GetData use same error |