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 209 by tony, Wed Mar 14 12:48:51 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) Wed, 14 Mar 2018 12:29:06 +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 88 | Line 88 | packages.
88  
89      Note: uses fptimer and hence requires a thread manager. Under Linux the
90      chreads unit must be included in your project. TTimer is not used in order
91 <    to avoid an LCL dependency.
91 >    to avoid an LCL dependency. Requires FPC 3.0.2 or later.
92  
93   17. TIBExtract: User role grants now excluded when etGrantsToUser not specified
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  
101 + 19. TIBExtract: Full BigInt value range now supported for Generators/Sequences.
102 +
103 + 20. Select Procedures (Procedure type 1) now include "SUSPEND;" clause in their
104 +    stubs. Pedantic fix really, as procedures output in dependency order anyway.
105 +
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