--- ibx/trunk/changelog 2017/01/09 15:31:51 47 +++ ibx/trunk/changelog 2017/02/02 16:20:12 49 @@ -1,3 +1,19 @@ +IBX Change Log version (2.0-2) tba, 09 Jan 2017 15:31:49 +0000 + +1. TIBDatabase.CreateDatabase: extract full DB Name using reg ex in order to + include remote system name. + +2. TIBExtract: No longer include comment header and COMMIT statement for empty + tables when data included in output. + +3. Profiling: IBSQL now has conditional compilation flags to enable query performance + and timing information to be written to stdout. This may be used to locate + performance bottlenecks. + +4. SQLParser: only call "OnChanging" event handler when value is different. + +5. IBDynamicGrid: Update handling of navigation keys for a TDateEdit + IBX Change Log version (2.0-1) Mon, 09 Jan 2017 15:31:49 +0000 1. TIBEvents: Fix uninitialised variable that could result in lost events.