5daa99193a
Update missing keywords
...
Update the keyword list in the lexer, because PostgreSQL uses a lof of
keywords, which were not part of the keyword list.
2021-03-15 12:27:42 +01:00
2d626792b7
Add check for DELETE/UPDATE without WHERE in editor
...
Check the current query in the editor widget before executing for
DELETE/UPDATE without WHERE and warn the user. Make the warning
configurable.
2021-03-15 12:27:42 +01:00
e53ccdd62c
Connect tree change with csv import
...
After the csv import dialog, the changes in the tree structure (like new
tables or deleting old tables) are visible to the user.
2021-03-15 12:27:42 +01:00
7747dba026
Add csv import dialog to main window
...
Add the csv import dialog to the main window: Import CSV now available
in the edit menu and in the tool bar. Change the required database
connection in the csv import dialog to database connection parameters
and establish the connection there with help of the global connection
factory.
2021-03-15 12:27:42 +01:00
5b4ff89abb
Insert and Create/Insert in csv importer
...
Inserting the data in the csv import dialog is now possible. In
addition, create/insert in one action is possible. The building process
for the activation in the main window has started.
2021-03-15 12:27:42 +01:00
ef9d6e6a20
Add the create and drop feature
...
The table, specified by the user, can now be dropped and created in the
csv import dialog.
2021-03-15 12:27:42 +01:00
7906123f47
CSV import layout
...
Create a layout in the csv import dialog for creating the table
and create the possibilty of user input
2021-03-15 12:27:42 +01:00
9f9fd245c0
Improve data type hierarchy, add documentation
2021-03-15 12:27:42 +01:00
f506bcbafe
Insert function for inserting the data
2021-03-15 12:27:42 +01:00
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
7e37ac06b7
Refactoring and a little bit of documentation
2021-03-15 12:27:42 +01:00
71f64dc70e
Start the feature CSV Importer
2021-03-15 12:27:42 +01:00
b13a1e3eb7
Open previous tabs/files after restart
2021-03-15 12:27:42 +01:00
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
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
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
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
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
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
49de912c15
Initial github release
2020-11-18 11:13:49 +01:00