Commit Graph

55 Commits

Author SHA1 Message Date
Fabio Di Stasio 0cfd7938ee fix: scale on numeric fields that doesn't support it 2022-01-27 09:12:01 +01:00
Fabio Di Stasio eef7c1dcec perf: support of scale in field's length setting 2022-01-22 12:29:49 +01:00
Fabio Di Stasio 46b45c8ab6 fix(PostgreSQL): schema different than public not automatically selected, closes #172 2022-01-17 09:15:18 +01:00
Fabio Di Stasio 0c002918eb feat(PostgreSQL): ability to cancel queries 2021-12-26 21:13:02 +01:00
Fabio Di Stasio 5d48fe08c7 feat(PostgreSQL): read-only mode 2021-11-24 14:24:52 +01:00
Fabio Di Stasio 3efeb45c46 feat(SQLite): tables management 2021-11-18 11:36:46 +01:00
Fabio Di Stasio fd25f881f9 feat: schema size in explore bar 2021-11-06 16:36:54 +01:00
Fabio Di Stasio 39b9a59143 fix(PostgreSQL): bigint fetched as string instead of number, closes #134 2021-11-05 11:41:12 +01:00
Fabio Di Stasio 534659f9ae feat(PostgreSQL): enable/disable triggers from contextual menu 2021-11-04 21:54:42 +01:00
Fabio Di Stasio aef17be36c fix(PostgreSQL): issue with uppercase characters in table field names 2021-10-19 17:42:31 +02:00
Fabio Di Stasio 9407a29922 feat: support to SSH private keys with passphrase, closes #118 2021-10-07 14:58:31 +02:00
Fabio Di Stasio 2fcd080bd4 fix(PostgreSQL): issue with uppercase characters in table and field names, closes #116 2021-10-06 12:08:37 +02:00
Fabio Di Stasio 85f625daf7 feat: copy cell/row or kill connections on context menu from processes list 2021-09-26 11:19:48 +02:00
Fabio Di Stasio 0203f69e95 feat: new create function tabs 2021-09-07 18:20:45 +02:00
Fabio Di Stasio c9fa941578 feat: new create table tabs 2021-08-13 16:50:59 +02:00
Fabio Di Stasio 622b519cbb fix: table options not loaded on restored setting tabs at startup 2021-08-11 16:16:58 +02:00
Fabio Di Stasio dea378014d perf: approximate table total updated on table refresh 2021-08-04 15:52:26 +02:00
Fabio Di Stasio e6ef5ffa56 refactor: improved the way how schema is passed to client classes 2021-07-21 14:40:29 +02:00
Fabio Di Stasio c87b8dc738 refactor: passing schema from table context options 2021-07-14 18:15:13 +02:00
Christian Ratz 1801bef019
feat: SSH Tunnel functionality (#81)
* added ssh-tunnel-functionality for mysql-connections

* remove autoformat-stuff

* added identity for using ssh-key

* added identity to mysqlclient to use sshkey

* removed debug console.log

* added ssh-tunnel-functionality for postgresqlclient

* changed naming to sshKey for sshKey-input

* refactoring code

* fix lint

* set dbConfig.ssl to null initially
2021-07-05 09:30:52 +02:00
Fabio Di Stasio 08d5b1b329 feat: contextual option to duplicate tables 2021-07-03 12:27:50 +02:00
Fabio Di Stasio d96907ca2d fix(PostgreSQL): error opening setting tab for some stored routines 2021-07-03 11:39:57 +02:00
Fabio Di Stasio 75bbd5f66e feat(PostgreSQL): trigger functions support 2021-07-03 11:29:14 +02:00
Fabio Di Stasio 5c8ee66f43 feat(PostgreSQL): alter trigger support 2021-06-17 22:01:18 +02:00
Fabio Di Stasio 690a4541f9 perf: remove comments from queries before execution 2021-06-11 14:32:51 +02:00
Fabio Di Stasio cce5adbac7 feat(PostgreSQL): trigger rename and delete 2021-06-08 09:12:43 +02:00
Fabio Di Stasio acc1eeb094 fix: empty offset in cell update queries 2021-05-31 14:27:02 +02:00
Fabio Di Stasio 79f033e524 feat: prev/next buttons to browse the results pages of data tab 2021-05-27 22:13:59 +02:00
Fabio Di Stasio 6b0b8b19d7 fix(MySQL): connection loses schema in some conditions 2021-05-14 17:02:27 +02:00
Fabio Di Stasio 3baf6fa173 fix: better detection and handling of field default type 2021-05-06 22:21:42 +02:00
Fabio Di Stasio 29e2d92b5b fix: no quotes around strings in field default custom value 2021-05-05 17:13:12 +02:00
Fabio Di Stasio 1b09909126 fix: semicolon inside strings breaks queries, closes #59 2021-04-28 11:50:07 +02:00
Fabio Di Stasio 86240fb53c refactor(PostgreSQL): preparing code to support triggers 2021-04-22 15:15:08 +02:00
Fabio Di Stasio 9ffd443a66 feat(UI): format and clear queries 2021-04-19 19:15:06 +02:00
Fabio Di Stasio 7d2ace9456 fix: field apparently loses index or foreign key on rename in table editor 2021-04-16 17:42:16 +02:00
Fabio Di Stasio 90fd9db917 perf(MySQL): improved the way to get routine and functions parameters 2021-04-14 18:06:20 +02:00
Fabio Di Stasio cd31413256 feat(PostgreSQL): functions management 2021-04-13 18:05:03 +02:00
Fabio Di Stasio b33199ea59 feat(PostgreSQL): procedure language select 2021-04-12 18:46:35 +02:00
Fabio Di Stasio 3dde1c109e feat(PostgreSQL): procedures management 2021-04-10 20:38:46 +02:00
Fabio Di Stasio d0b3e1b1b8 feat(PostgreSQL): support of arrays in table settings 2021-04-09 19:31:41 +02:00
Fabio Di Stasio 49a4e1cb7b fix(PostgreSQL): issue with selected schema different than public 2021-04-06 12:48:40 +02:00
Fabio Di Stasio 99f7511c4d feat(PostgreSQL): views management 2021-03-31 16:54:06 +02:00
Fabio Di Stasio fe4c8e12b3 feat(PostgreSQL): foreign keys management 2021-03-31 15:57:23 +02:00
Fabio Di Stasio 9ca03f4625 feat(PostgreSQL): indexes management 2021-03-30 19:07:04 +02:00
Fabio Di Stasio 614e0d3275 feat(PostgreSQL): unique keys management 2021-03-29 20:18:44 +02:00
Fabio Di Stasio feef5e30ee feat(PostgreSQL): tables addition 2021-03-28 11:55:15 +02:00
Fabio Di Stasio e3f259c6e8 feat(PostgreSQL): table fields edit 2021-03-25 18:33:29 +01:00
Fabio Di Stasio 22a8c25717 fix: update or delete rows with more than one primary key 2021-03-21 13:00:27 +01:00
Fabio Di Stasio db47b4040a fix(PostgreSQL): issue getting foreign keys informations 2021-03-21 11:51:22 +01:00
Fabio Di Stasio e89911b185 fix: remove last char from datetime and time if is a dot 2021-03-20 16:29:56 +01:00