--- ibx/trunk/fbintf/changelog 2017/10/03 14:08:11 67 +++ ibx/trunk/fbintf/changelog 2017/10/17 10:07:58 68 @@ -1,4 +1,4 @@ -FBINTF Change Log version (1.1-0) tba, 00 Mar 2017 14:43:56 +0000 +FBINTF Change Log version (1.1-0) Fri, 13 Oct 2017 12:19:53 +0100 1. Fix issues with setting SQL Param values using SetAsString with Numeric types. Scale is no longer ignored. @@ -29,6 +29,24 @@ FBINTF Change Log version ( 8. FB30Client: avoid always using "StartMultiple" when only a single database attachment. +9. Loading Windows fbclient.dll: when using the FIREBIRD variable to locate the client + library or finding it by disk location, the PATH environment variable is now also set to + include the FIREBIRD directory. This is to ensure that the correct dlls in the + firebird client library dependencies are loaded. + +10. Testsuite: Ensure consistent UTF-8 output on Windows console. + +11. Testsuite: Update Windows script to include FPC 3.0.4 in search path. + +12. FB30Statement: Protect call to "Move" and avoid calling with a nil pointer + +13. FB30Statement: A check has been added to ensure that all SQL Parameters + have been given a value (including NULL). Previously, failing to set the + value of an SQL Parameter could give rise to unpredictable results or + an SQLDA error. + +14. FB30Statement/FB25Statement: Set SQLParam "modified" when string value set. + FBINTF Change Log version (1.0-2) Sat, 04 Mar 2017 14:43:56 +0000