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 67 by tony, Fri Apr 28 07:35:12 2017 UTC vs.
Revision 68 by tony, Tue Oct 17 10:07:58 2017 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, 13 Oct 2017 12:19:53 +0100
2  
3   1. Fix issues with setting SQL Param values using SetAsString with Numeric types.
4     Scale is no longer ignored.
# Line 29 | Line 29 | FBINTF Change Log  version             (
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  
51   FBINTF Change Log  version             (1.0-2) Sat, 04 Mar 2017 14:43:56 +0000
52  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines