1 |
+ |
IBX Change Log version (1.4-2) Sat, 16 Jul 2016 13:25:48 +0100 |
2 |
+ |
|
3 |
+ |
1. IBBlob: Defer reading of blob until read method called. This avoids having to |
4 |
+ |
read in an entire blob just to get the size of the blob. General performance |
5 |
+ |
improvement when opening datasets containing blobs. |
6 |
+ |
|
7 |
+ |
2. Clearing a Blob now sets the corresponding field's modified flag. |
8 |
+ |
|
9 |
+ |
3. IBLookupCombo: When not performing auto-complete, original query sort order |
10 |
+ |
is now used. |
11 |
+ |
|
12 |
+ |
4. IBDynamicGrid: Add OnSelectEditor event. Allows editor panel to be dynamically |
13 |
+ |
determined. |
14 |
+ |
|
15 |
+ |
5. IBDynamicGrid: Recompute column widths after dataset closed and re-opened. |
16 |
+ |
|
17 |
+ |
6. IBLookupCombo: LazUTF8 added to uses clause to avoid compilation problems post |
18 |
+ |
lazarus 1.6.0 |
19 |
+ |
|
20 |
+ |
7. IBControls. Removed "runtime" from list of paths to avoid "multiple packages" |
21 |
+ |
compilation error. |
22 |
+ |
|
23 |
|
IBX Change Log version (1.4-1) Tue, 17 May 2016 09:14:51 +0100 |
24 |
|
|
25 |
|
1. No character set specified for connection: when a text blob is retrieved, the |