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 60 by tony, Mon Mar 27 15:21:02 2017 UTC vs.
Revision 103 by tony, Thu Jan 18 14:37:26 2018 UTC

# Line 1 | Line 1
1 < FBINTF Change Log  version             (1.1-0) tba, 00 Mar 2017 14:43:56 +0000
1 > FBINTF Change Log  version                          (1.1-0) Fri, 05 Jan 2018 10:40:20 +0000
2  
3   1. Fix issues with setting SQL Param values using SetAsString with Numeric types.
4     Scale is no longer ignored.
# Line 24 | Line 24 | FBINTF Change Log  version             (
24   6. Add RegisterCharSet to IAttachment. This is used to register a user defined character
25     set supported by Firebird with the API.
26  
27 + 7. Add missing isc_info_db_read_only to list of decoded Database Information items
28 +   in FBOutputBlock.pas and update test suite to include this item.
29 +
30 + 8. FB30Client: avoid always using "StartMultiple" when only a single database attachment.
31 +
32 + 9. Loading Windows fbclient.dll: when using the FIREBIRD variable to locate the client
33 +   library or finding it by disk location, the PATH environment variable is now also set to
34 +   include the FIREBIRD directory. This is to ensure that the correct dlls in the
35 +   firebird client library dependencies are loaded.
36 +
37 + 10. Testsuite: Ensure consistent UTF-8 output on Windows console.
38 +
39 + 11. Testsuite: Update Windows script to include FPC 3.0.4 in search path.
40 +
41 + 12. FB30Statement: Protect call to "Move" and avoid calling with a nil pointer
42 +
43 + 13. FB30Statement: A check has been added to ensure that all SQL Parameters
44 +    have been given a value (including NULL). Previously, failing to set the
45 +    value of an SQL Parameter could give rise to unpredictable results or
46 +    an SQLDA error.
47 +
48 + 14. FB30Statement/FB25Statement: Set SQLParam "modified" when string value set.
49 +
50 + 15. FBAttachment: Avoid string reference count error when processing an Ansistring
51 +    parameter in an array of const passed to IAttachment.OpenCursor, etc.
52 +
53 + 16. FBAttachment: Allow for WideString and UnicodeString parameters in an array
54 +    of const passed to IAttachment.OpenCursor, etc.
55 +
56  
57   FBINTF Change Log  version             (1.0-2) Sat, 04 Mar 2017 14:43:56 +0000
58  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines