diff options
Diffstat (limited to 'SQLiteStudio3/coreSQLiteStudio/TODO.txt')
| -rw-r--r-- | SQLiteStudio3/coreSQLiteStudio/TODO.txt | 29 |
1 files changed, 6 insertions, 23 deletions
diff --git a/SQLiteStudio3/coreSQLiteStudio/TODO.txt b/SQLiteStudio3/coreSQLiteStudio/TODO.txt index d18c16a..e6f699e 100644 --- a/SQLiteStudio3/coreSQLiteStudio/TODO.txt +++ b/SQLiteStudio3/coreSQLiteStudio/TODO.txt @@ -1,21 +1,25 @@ * Outstanding features for 3.1: +- migrate updates engine to Qt Install Framework +- loadable extensions full support - BLOB preview engine based on plugins - ERD plugin - DB compare plugin - Foreign Key value suggestions in GridView -- code templates +- Foreign Key previews in subframes - executing query with bind params -- migrate updates engine to Qt Install Framework +- comments support in formatter * Next versions: - object names (columns, tables, etc) in dialogs should be validated against suffix/prefix whitespaces and if they appear, user should be asked for confirmation - small useful features: generating template queries from context menu for table/view, from data view. +- code templates - commiting DataView should be async - syntax checkers as services - per language - code assistants as services - per language - specialized validation of expressions for DEFAULT constraint. - "recovery" after failed startup - detecting if previous start crashed and if yes, propose cleaning of configuration. - tcl highlighter +- highlighting occurrences of the same object in the query when cursor is on it - plugin to do performance testing - plugins to generate artifacts - qtscript syntax checker @@ -54,24 +58,3 @@ UNIT TESTS: * Advanced syntax error checks: - many idxColumns are not allowed for column FK - autoincrement not allowed for not integer type - - - - - - - - - -Qt mingw: -Not an easy task. I got Perl, Python, Ruby and MinGw/bin in path and -use this line - -configure -opensource -confirm-license -platform win32-g++ -make libs --qt-libjpeg -qt-libpng -no-openssl -no-icu -qt-zlib -qt-pcre --no-iconv -nomake examples -nomake tests -qt-style-windowsxp --qt-style-windowsvista -opengl -desktop - -Qt linux: -./configure -no-icu -nomake examples -nomake tests -no-dbus -opensource -skip webkit -skip quickcontrols -prefix /home/spakowane/qt5.3.1/output |
