Commit Graph

11 Commits

Author SHA1 Message Date
Lea Laux
ec53065798 Refactoring and documentation of the csv importer
State of the art: CREATE TABLE with check of the given columns for
mallicious content
2021-03-15 12:27:42 +01:00
Lea Laux
7e37ac06b7 Refactoring and a little bit of documentation 2021-03-15 12:27:42 +01:00
Lea Laux
71f64dc70e Start the feature CSV Importer 2021-03-15 12:27:42 +01:00
Lea Laux
b13a1e3eb7 Open previous tabs/files after restart 2021-03-15 12:27:42 +01:00
Lea Laux
0bc39ada3d Open previous files/tabs after restart
Remember the open files in the editor tabs and reload them after
restarting the application. This feature is configurable and described
in issue #38
2021-03-15 12:27:42 +01:00
Lea Laux
4369650972 Add support for materializied views
Show materializied views of a database in an own dialog, available
through the context menu for database nodes.
2021-03-15 12:27:42 +01:00
Lea Laux
171b60f197 Add csv export
Add the possibility of the csv export of the result like described in
issue #37
2021-03-15 12:27:42 +01:00
Lea Laux
ee5ba1eafe Load one or all database nodes for a server
With a given connection, it is now possible to specify the number of
database nodes for a server: Only one node with the explicit given
database can be loaded or all databases on the server. This is realized
by an extra parameter for the database connection in the tree model and
connection dialog.
2021-03-15 12:27:42 +01:00
Lea Laux
3ad999f90d Update permission dialog: Correct condition and docu
Add the correct condition for updating the super users and owners in the
permission dialog. Add more documentation.
2021-03-15 12:27:42 +01:00
Lea Laux
a80e6f650a Add owner label to permission dialog
Add an owner label and an owner query to the permission dialog like
described in issue #36
2021-03-15 12:27:42 +01:00
Lea Laux
49de912c15 Initial github release 2020-11-18 11:13:49 +01:00