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 224 by tony, Mon Mar 19 09:48:37 2018 UTC vs.
Revision 225 by tony, Tue Apr 3 09:09:05 2018 UTC

# Line 1 | Line 1
1 < IBX Change Log  version        (2.3-0) Mon, 19 Mar 2018 09:45:35 +0000
1 > IBX Change Log  version          (2.3-0) Tue, 03 Apr 2018 10:03:02 +0100
2  
3   IMPORTANT: the source code tree has been re-organised for IBX 2.3. Please remove
4   all previous copies of the IBX source code tree before installing this release.
# Line 94 | Line 94 | packages.
94      with Extract Option eoDatabase.
95  
96   18. TIBLookupComboEditBox: Workaround added for https://bugs.freepascal.org/view.php?id=33428
97 <    When a deLaoutChanged event is reported on the ListSource dataset, the
97 >    When a deLayoutChanged event is reported on the ListSource dataset, the
98      combobox text is updated. This allows a listsource (detail) to be in a Master/Detail
99      relationship with the control's datasource (master).
100  
# Line 106 | Line 106 | packages.
106   21. TIBExtact: Package Headers and Package Bodies are now included in the extracted
107      DDL (Firebird 3 and later only).
108  
109 + 22. TIBLookupComboBox Autocomplete Fixes:
110 +    i. Only appended text is now selected after autocomplete.
111 +    ii. Uppercase keys no longer ignored for autocomplete.
112 +    iii. Retain Prefix case is now honoured correctly.
113 +    iv. When a DataSource is assigned, typing after autocomplete now extends prefix
114 +        before autocomplete performed. i.e. behaviour now the same as when
115 +        no DataSource assigned.
116 +
117 + 23. Single Line Comments starting with '--' are now ignored when occurring
118 +    between SQL statements.
119 +
120 + 24. TIBExtract: New published property CaseSensitiveObjectNames. If false (default) then
121 +    ObjectNames are converted to upper case before matching against metadata object
122 +    names, unless the objectname is delimited by double quotes, in which case, the
123 +    double quotes are removed and the remaining string is used (unmodified) to match
124 +    against the metadata object name.
125 +
126 +    If true then the ObjectName is used as is without modification and matched
127 +    against the metadata object name. No attempt is made to remove double quotes.
128 +
129   IBX Change Log  version  (2.2-0) Wed, 28 Feb 2018 10:57:45 +0000
130  
131   NOTE: THE LOCATIONS OF SOME OF THE UNIT DIRECTORIES HAS CHANGED FROM IBX 2.1. THIS IS TO

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines