fd25f881f9
feat: schema size in explore bar
2021-11-06 16:36:54 +01:00
5ca3a22dc5
feat(MySQL): enable/disable schedulers from contextual menu
2021-11-06 12:21:33 +01:00
5c668249cf
feat(MySQL): scheduler status indicator in explore bar
2021-11-05 18:23:02 +01:00
9407a29922
feat: support to SSH private keys with passphrase, closes #118
2021-10-07 14:58:31 +02:00
85f625daf7
feat: copy cell/row or kill connections on context menu from processes list
2021-09-26 11:19:48 +02:00
0203f69e95
feat: new create function tabs
2021-09-07 18:20:45 +02:00
c9fa941578
feat: new create table tabs
2021-08-13 16:50:59 +02:00
4048df3c7b
fix(MySQL): editing a view causes error for missing database in some conditions
2021-08-12 10:29:13 +02:00
622b519cbb
fix: table options not loaded on restored setting tabs at startup
2021-08-11 16:16:58 +02:00
dea378014d
perf: approximate table total updated on table refresh
2021-08-04 15:52:26 +02:00
e6ef5ffa56
refactor: improved the way how schema is passed to client classes
2021-07-21 14:40:29 +02:00
0a9983d30d
feat: new function, procedure and scheduler tabs
2021-07-20 16:59:59 +02:00
c87b8dc738
refactor: passing schema from table context options
2021-07-14 18:15:13 +02:00
5bb4e496f2
feat(MySQL): improved schema detection for queries
2021-07-14 12:31:37 +02:00
ab382dfbcd
feat: new data tabs
2021-07-13 19:23:02 +02:00
7488bc7a17
refactor(core): better way to obtain schema
2021-07-13 09:09:25 +02:00
c6897af22d
feat(MySQL): possibility to set a default schema in connection parameters
2021-07-09 10:26:16 +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
08d5b1b329
feat: contextual option to duplicate tables
2021-07-03 12:27:50 +02:00
faa07a077c
fix: fields default not correctly set in table filler
2021-07-01 19:18:57 +02:00
4133fc452f
fix(MySQL): pool connections not released after MySQL errors, causing endless load animation
2021-06-11 15:02:45 +02:00
690a4541f9
perf: remove comments from queries before execution
2021-06-11 14:32:51 +02:00
cce5adbac7
feat(PostgreSQL): trigger rename and delete
2021-06-08 09:12:43 +02:00
9ca059d979
fix(MySQL): view's data tab doesn't work with some views, closes #71
2021-06-03 10:54:59 +02:00
faa799c8ea
fix(MySQL): missing schema altering tables in some conditions
2021-05-31 17:07:48 +02:00
acc1eeb094
fix: empty offset in cell update queries
2021-05-31 14:27:02 +02:00
79f033e524
feat: prev/next buttons to browse the results pages of data tab
2021-05-27 22:13:59 +02:00
310cfaa3c2
fix(MySQL): wrong schema in view data tab select, closes #71
2021-05-26 17:44:33 +02:00
f1636f1528
fix(MySQL): can't access tables having UNIQUE KEY, closes #69
2021-05-23 11:12:09 +02:00
7a766f04e6
perf: improved the way how field default value are handled
2021-05-22 16:24:19 +02:00
1e37f2a96f
fix: unable to add new ENUM fields
2021-05-20 12:38:05 +02:00
434711a360
perf(MySQL): improved connections pool handling
2021-05-15 21:47:30 +02:00
6b0b8b19d7
fix(MySQL): connection loses schema in some conditions
2021-05-14 17:02:27 +02:00
475397ca34
fix: issue with ENUM and SET fields on table filler modal
2021-05-13 20:46:44 +02:00
7a62131cc7
fix: issue with ENUM and SET length when creating a new field
2021-05-13 15:45:54 +02:00
3baf6fa173
fix: better detection and handling of field default type
2021-05-06 22:21:42 +02:00
29e2d92b5b
fix: no quotes around strings in field default custom value
2021-05-05 17:13:12 +02:00
bebba64d06
feat(MySQL): ENUM and SET fields support, closes #61
2021-05-04 21:50:41 +02:00
5208ec171b
fix(MySQL): multiple queries non properly split in some cases
2021-04-29 21:03:32 +02:00
1b09909126
fix: semicolon inside strings breaks queries, closes #59
2021-04-28 11:50:07 +02:00
dcccb544f9
fix(MySQL): invalid JavaScript datetime values not shown
2021-04-16 18:48:56 +02:00
90fd9db917
perf(MySQL): improved the way to get routine and functions parameters
2021-04-14 18:06:20 +02:00
d0b3e1b1b8
feat(PostgreSQL): support of arrays in table settings
2021-04-09 19:31:41 +02:00
4d844fe2c9
refactor: rename database to schema
2021-03-17 11:15:14 +01:00
d892fa6fb3
feat(PostgreSQL): partial postgre implementation
2021-03-16 18:42:03 +01:00
049143d143
feat: processes list tool
2021-03-03 19:31:05 +01:00
db4430609e
feat(MySQL): support to new mysql8 authentication, closes #45
2021-03-02 12:03:01 +01:00
201fad9265
fix(MySQL): wrong TIMESTAMP fields length
2021-02-27 18:30:34 +01:00
777b73fa6f
feat(UI): query duration calc
2021-02-26 18:45:00 +01:00
219da0aba4
feat(UI): run procedures/functions from sidebar context menu
2021-02-25 17:43:23 +01:00