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 274 by tony, Mon Feb 4 13:39:00 2019 UTC vs.
Revision 292 by tony, Fri Apr 17 11:30:36 2020 UTC

# Line 1 | Line 1
1 < IBX Change Log  version (2.3-3 Build 11493) Fri, 28 Dec 2018 10:04:17 +0000
1 > IBX Change Log  version (2.3-4 Build 12031) Fri, 17 Apr 2020 11:21:22 +0100
2 >
3 > 1.  TIBXDataSet and Generators: Generator Names that are not all upper case or
4 >    not SQL Identifiers are now supported.
5 >
6 > 2.  TIBXScript: Set Generator is no longer rejected as unrecognised SQL and is
7 >    passed to the Firebird engine for execution.
8 >
9 > 3.  TIBDataSet: Unidirectional datasets now give an error message if an attempt
10 >    is made to scroll back.
11 >
12 > 4.  New unit: IBMessages.pas. Contains only messages used by IBX and not FBIntf
13 >
14 > 5. TIBLookupComboEditBox: When generating auto-complete SQL, the ListField is now
15 >   only enclosed in double quotes in SQL dialect 3 and when it needs to be.
16 >
17 > 6. TIBLookupComboEditBox: when the list source opens, the ListField name is now
18 >   validated. If no match is found in the list of field names and the database has
19 >   been opened in SQL Dialect 3, then the ListField Name is converted to upper case
20 >   if it then matches a field name. Otherwise, a Listfield not valid exception occurs.
21 >
22 > 7. IBGeneratoreditor.pas: Add missing parenthesis around "IS" statement for compliance
23 >   with fpc 3.2.
24 >
25 > IBX Change Log  version (2.3-3 Build 11512) Fri, 28 Dec 2018 10:04:17 +0000
26  
27  
28   1. New property for TIBDatabase and TIBXServicesConnection. This is "ConfigOverrides"

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines