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 47 by tony, Mon Jan 9 15:31:51 2017 UTC vs.
Revision 59 by tony, Mon Mar 13 09:51:56 2017 UTC

# Line 1 | Line 1
1 < FBINTF Change Log  version                                                   (1.0-1) Mon, 09 Jan 2017 15:31:52 +0000
1 > FBINTF Change Log  version             (1.0-3) tba, 00 Mar 2017 14:43:56 +0000
2 >
3 > 1. Fix issues with setting SQL Param values using SetAsString with Numeric types.
4 >   Scale is no longer ignored.
5 >
6 > 2. Fix issues with setting SQL Param values using SetAsString with Date values
7 >   not in locale format but which are recognised by Firebird. Date values that
8 >   cannot be converted to a string using Pascal library are now passed through
9 >   to Firebird as Text Strings.
10 >
11 > FBINTF Change Log  version             (1.0-2) Sat, 04 Mar 2017 14:43:56 +0000
12 >
13 > 1. Change syntax to Mode Delphi
14 >
15 > 2. Change all uses of string type to explicit AnsiString in order to ensure
16 >   compatibility between Delphi and FPC.
17 >
18 > 3. Various syntax changes to ensure Delphi and FPC compilation including GUIDs
19 >   defined for each interface.
20 >
21 > 4. Generics syntax variations for Delphi added
22 >
23 > 5. PChar replaced with PByte expect where an actual string is being referenced,
24 >   where PAnsiChar is used instead.
25 >
26 > 6. Review of type definitions in IBExternals to ensure Delphi compatibility
27 >
28 > 7. Testsuite updated for Delphi
29 >
30 > FBINTF Change Log  version            (1.0-1) Fri, 24 Feb 2017 12:17:57 +0000
31  
32   1. Limit maximum Blob segment read/write to MaxuShort. Avoids data loss with
33     large blobs and the FB3 API.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines