1 |
< |
IBX Change Log version (2.4-0 Build 12473) Wed, 17 Feb 2021 10:49:57 +0000 |
1 |
> |
IBX Change Log version (2.4-1 Build 12550) Wed, 23 Jun 2021 13:59:14 +0100 |
2 |
> |
|
3 |
> |
1. -c command line option added to fbsql example program. Used to set connection |
4 |
> |
character set. |
5 |
> |
|
6 |
> |
IBX Change Log version (2.4-0 Build 12543) Mon, 22 Feb 2021 11:00:08 +0000 |
7 |
|
|
8 |
|
1. Firebird 4 support added. |
9 |
|
|
64 |
|
20. IBTreeView split into DBTreeView and IBTreeView. This former is an IBX indepedent |
65 |
|
version that can be customised to work with other database drivers. |
66 |
|
|
67 |
+ |
21. ISQLMonitor: use platform specific LineEnding to delimit messages. Avoids |
68 |
+ |
unnecessary CR at end of line on Unix platforms. |
69 |
+ |
|
70 |
+ |
22. ISQLMonitor: Unix: Default semaphore timeout increased from 1 second to 10 |
71 |
+ |
seconds in order to reduce risk of message loss. |
72 |
+ |
|
73 |
+ |
23. ISQLMonitor: read and write count statistics now available via: |
74 |
+ |
property TIBSQLMonitor.ReadCount; |
75 |
+ |
IIBSQLMonitorHook.GetWriteCount: integer; |
76 |
+ |
|
77 |
+ |
24. ISQLMonitor tidy up and unit split. IPC functions moved to new unit IBIPC. |
78 |
+ |
|
79 |
|
IBX Change Log version (2.3-5 Build 12350) Tue, 25 Aug 2020 16:11:02 +0100 |
80 |
|
|
81 |
|
1. TIBStringField: when a string value is read from a dataset buffer, if the |