ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/trunk/changelog
(Generate patch)

Comparing ibx/trunk/changelog (file contents):
Revision 307 by tony, Fri Jul 17 22:57:55 2020 UTC vs.
Revision 308 by tony, Sat Jul 18 10:26:30 2020 UTC

# Line 1 | Line 1
1 + IBX Change Log  version (2.3-5 Build 12212) Fri, 17 Jul 2020 15:24:08 +0100
2 +
3 + 1.  TIBStringField: when a string value is read from a dataset buffer, if the
4 +    number of UTF8 characters exceeds the string size then string is truncated
5 +    to the maximum string size. This is  usually a problem with fixed width columns
6 +    right padded with white space.
7 +
8 + 2.  SQLFiltered and SQLFilterParams added to TIBQuery, TIBTable and TIBDataset.
9 +    If SQLFiltered is set then when a dataset is opened, each line in the
10 +    SQLFilterParams property is assumed to be a SQL condition clause and
11 +    ANDed into the Where clause of the SQL Select statement provided as a
12 +    dataset property. Each such SQL condition thus acts as an additional filter
13 +    on the dataset. (Not yet tested)
14 +
15 + 3.  The Filtered property inherited from TDataset is no longer used for SQL (server
16 +    side filters).
17 +
18   IBX Change Log  version (2.3-4 Build 12041) Fri, 17 Apr 2020 14:00:32 +0100
19  
20   1.  TIBXDataSet and Generators: Generator Names that are not all upper case or

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines