- Comming Soon (State: JUN 2026):
- Optional database encryption with self developed encryption algorythm : currently in final development and testing
- The option to concat via "OR" where clause combinations written with AND's (in conception)
- JOIN UP TO 20 TABLES AT ONCE (in development - frozen due lack of interest)

Old feature news (State: MAI 2026) / DONES:

- the database will support up to 300 tables - We can handle now not only 300 but an ENDLESS amount of tables * limited only by machine and/or OS. :) - BULK INSERT can be fired with FORCE option to bypass FK constrainst if created before.
- dynamic column width. (in development)
- Improve scrolling in result window (done in new QT6-UI release of most recent Ubuntu24.04 version)
- Central Configuration implemented to tune the database in all directions with 4 simple maximum values for column, row, and max output size and a minimal value for the column size According to the special needs these values can be increased or reduced to get the best performance possible. Special Recompilation of me has to be done but it is only changing 4 values and recompile now.(done) - Performance again improved by factor 4-8 (Done) - New better and more appealing UI developed that dynamicall resizes according to users configured screen resolution (Done) - Multirow Feature - Fire several commands in one sql file (Done) - Space-Signs in insert values will be automatically converted to underscores (done as well as hash sign processing)
- Performance of JOIN significantly tuned. (500k times 500k of row combinations with 38 columns in about 215 minutes)
- A performance tuned version that has the select option for up to 37 where conditions that can be concatenated nativly with " AND " --> DONE
- The option to concat via "OR" where clause combinations written with AND's (in conception)
- A ROLEBACK and BACKUP Feature (in serious conception) -> DONE