1 |
< |
FBINTF Change Log version (1.1-4 Build 11339) Fri, 28 Dec 2018 10:04:19 +0000 |
1 |
> |
FBINTF Change Log version (1.1-5 Build 11664) Thu, 11 Apr 2019 09:43:40 +0100 |
2 |
> |
|
3 |
> |
1. ISQLParams.GetHasCaseSensitiveParams added. Returns true if param names are |
4 |
> |
case sensitive |
5 |
> |
|
6 |
> |
2. Single line SQL comments starting with '--' are now recognised by SQL Parser. |
7 |
> |
|
8 |
> |
FBINTF Change Log version (1.1-4 Build 11515) Fri, 28 Dec 2018 10:04:19 +0000 |
9 |
|
|
10 |
|
1. Fix a problem with the SQL parameter parser that failed to recognise parameters |
11 |
|
where the second character of the parameter name is a numeric. |