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 |