1 |
< |
IBX Change Log version (2.1-0) Fri, 15 Dec 2017 12:20:11 +0000 |
1 |
> |
IBX Change Log version (2.1-0) Fri, 15 Dec 2017 12:20:11 +0000 |
2 |
|
|
3 |
|
1. IBCustomDataset: Minor change of PChar to PByte for compatibility with fbintf |
4 |
|
changes. |
56 |
|
|
57 |
|
22. IBCustomDataset: When database changed ensure that queries an unprepared. |
58 |
|
|
59 |
< |
23. SQL Property Editors now use SynEdit with SQL Highlighter. |
59 |
> |
23. SQL Property Editors now use SynEdit with SQL Highlighter. New features include: |
60 |
> |
* Line Wrap on SQL Token boundaries (on user command) |
61 |
> |
* auto-complete table names in drop down list of table names |
62 |
> |
* Double click on tablename or field name adds to SQL text |
63 |
|
|
64 |
|
24. IBDataOutput: print statistics using float (%f) format instead of decimal (%d). |
65 |
|
|
69 |
|
|
70 |
|
26. IBDatabaseInfo: Code tidy up. Add check for database not assigned or not open. |
71 |
|
|
72 |
+ |
27. IBDatabaseInfo: Remove memory leak when accessing database operation counts. |
73 |
+ |
|
74 |
|
IBX Change Log version (2.0-2) Fri, 24 Feb 2017 12:17:53 +0000 |
75 |
|
|
76 |
|
1. TIBDatabase.CreateDatabase: extract full DB Name from SQL using reg ex in order to |