1 |
< |
IBX Change Log version (2.3-0) Fri, 16 Mar 2018 11:07:39 +0000 |
1 |
> |
IBX Change Log version (2.3-0) Mon, 09 Apr 2018 11:20:33 +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. |
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. TIBExtract: 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. TIBExtract: 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. TIBXScript: 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 |
+ |
25. TIBExtract: New Extract Types: etDatabaseTriggers and etDDLTriggers. When used |
130 |
+ |
with eoTrigger, these extract types can be used to select only Database Triggers, |
131 |
+ |
or DDL Triggers or both. Ignored when etTable or etTrigger included in Extract Types. |
132 |
+ |
|
133 |
+ |
26. TIBXScript: If an exception occurs during the processing of a statement, the |
134 |
+ |
statement separate character is now reset to the default (';'). |
135 |
+ |
|
136 |
|
IBX Change Log version (2.2-0) Wed, 28 Feb 2018 10:57:45 +0000 |
137 |
|
|
138 |
|
NOTE: THE LOCATIONS OF SOME OF THE UNIT DIRECTORIES HAS CHANGED FROM IBX 2.1. THIS IS TO |