Giulio Ganci
0e15c39797
feat(UI): multi column table filters
2021-10-17 23:54:00 +02:00
Giulio Ganci
9046b858b1
feat(UI): ctrl|cmd+t, ctrl|cmd+w shortcut to open/close workspace tabs
2021-10-16 17:05:26 +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
7de3bb9346
refactor(core): compatibility with electron/remote 2.x
2021-09-21 11:16:07 +02:00
Fabio Di Stasio
3959333662
feat: workspace query history
2021-09-17 18:32:28 +02:00
Fabio Di Stasio
abd46aa322
perf(core): better communication of internal exceptions
2021-09-15 15:31:57 +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
4048df3c7b
fix(MySQL): editing a view causes error for missing database in some conditions
2021-08-12 10:29:13 +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
71e2c911ae
perf(UI): element options in setting tabs accessible directly
2021-08-10 18:12:13 +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
70354aa828
feat(UI): shortcuts info on empty query tab
2021-08-03 17:59:15 +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
0a9983d30d
feat: new function, procedure and scheduler tabs
2021-07-20 16:59:59 +02:00
Fabio Di Stasio
c87b8dc738
refactor: passing schema from table context options
2021-07-14 18:15:13 +02:00
Fabio Di Stasio
5bb4e496f2
feat(MySQL): improved schema detection for queries
2021-07-14 12:31:37 +02:00
Fabio Di Stasio
ab382dfbcd
feat: new data tabs
2021-07-13 19:23:02 +02:00
Fabio Di Stasio
7488bc7a17
refactor(core): better way to obtain schema
2021-07-13 09:09:25 +02:00
Fabio Di Stasio
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
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
faa07a077c
fix: fields default not correctly set in table filler
2021-07-01 19:18:57 +02:00
Fabio Di Stasio
a975df38dd
fix: unhandled exception in connection test
2021-06-25 09:29:59 +02:00
Fabio Di Stasio
a0a025e450
perf(UI): increased application border-radius
2021-06-24 21:49:46 +02:00
Fabio Di Stasio
3829b94bf7
refactor: solved deprecation warning for url.format()
2021-06-18 21:08:21 +02:00
Fabio Di Stasio
5c8ee66f43
feat(PostgreSQL): alter trigger support
2021-06-17 22:01:18 +02:00
Fabio Di Stasio
4133fc452f
fix(MySQL): pool connections not released after MySQL errors, causing endless load animation
2021-06-11 15:02:45 +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
8742fa10f0
fix: internal exceptions
2021-06-05 10:15:44 +02:00
Fabio Di Stasio
9ca059d979
fix(MySQL): view's data tab doesn't work with some views, closes #71
2021-06-03 10:54:59 +02:00
Fabio Di Stasio
66227569f4
fix: table row loses internal id after cell update
2021-06-02 11:58:34 +02:00
Fabio Di Stasio
faa799c8ea
fix(MySQL): missing schema altering tables in some conditions
2021-05-31 17:07:48 +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
310cfaa3c2
fix(MySQL): wrong schema in view data tab select, closes #71
2021-05-26 17:44:33 +02:00
Fabio Di Stasio
f1636f1528
fix(MySQL): can't access tables having UNIQUE KEY, closes #69
2021-05-23 11:12:09 +02:00
Fabio Di Stasio
7a766f04e6
perf: improved the way how field default value are handled
2021-05-22 16:24:19 +02:00
Fabio Di Stasio
1e37f2a96f
fix: unable to add new ENUM fields
2021-05-20 12:38:05 +02:00
Fabio Di Stasio
434711a360
perf(MySQL): improved connections pool handling
2021-05-15 21:47:30 +02:00
Fabio Di Stasio
ae103e5477
perf(core): increased connection pool size to improve performance
2021-05-14 17:17:37 +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
475397ca34
fix: issue with ENUM and SET fields on table filler modal
2021-05-13 20:46:44 +02:00
Fabio Di Stasio
7a62131cc7
fix: issue with ENUM and SET length when creating a new field
2021-05-13 15:45:54 +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
bebba64d06
feat(MySQL): ENUM and SET fields support, closes #61
2021-05-04 21:50:41 +02:00
Fabio Di Stasio
5822b3df43
perf(UI): new application icon
2021-04-30 14:14:01 +02:00
Fabio Di Stasio
5208ec171b
fix(MySQL): multiple queries non properly split in some cases
2021-04-29 21:03:32 +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
15948b30c9
refactor: modifications for electron 12 support
2021-04-26 10:07:47 +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
dcccb544f9
fix(MySQL): invalid JavaScript datetime values not shown
2021-04-16 18:48:56 +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
c20bff7bcb
fix: deletion of rows from query results
2021-04-08 21:49:38 +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
dcb135dd01
fix: hide update tab for Windows Store distributions
2021-04-01 14:12:49 +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
Fabio Di Stasio
fccfe92453
fix(PostgreSQL): various issues in query results
2021-03-19 18:49:26 +01:00
Fabio Di Stasio
d465e18dba
feat(PostgreSQL): support to microseconds
2021-03-18 15:56:52 +01:00
Fabio Di Stasio
9f6a183d9b
fix(PostgreSQL): single quote escape
2021-03-18 12:30:06 +01:00
Fabio Di Stasio
1f80a64fe1
feat(PostgreSQL): insert and edit blob fields
2021-03-18 11:09:50 +01:00
Fabio Di Stasio
fc651149b9
feat(PostgreSQL): edit array and text search fields
2021-03-17 18:06:17 +01:00
Fabio Di Stasio
964570247f
feat(PostgreSQL): database in connection parameters
2021-03-17 16:51:26 +01:00
Fabio Di Stasio
4d844fe2c9
refactor: rename database to schema
2021-03-17 11:15:14 +01:00
Fabio Di Stasio
d892fa6fb3
feat(PostgreSQL): partial postgre implementation
2021-03-16 18:42:03 +01:00
Fabio Di Stasio
0081a4167c
refactor: moving from keytar to local storage due issues on Linux
2021-03-08 17:35:43 +01:00
Fabio Di Stasio
049143d143
feat: processes list tool
2021-03-03 19:31:05 +01:00
Fabio Di Stasio
db4430609e
feat(MySQL): support to new mysql8 authentication, closes #45
2021-03-02 12:03:01 +01:00
Fabio Di Stasio
71b4310117
feat: context menu shortcut to set NULL a table cell
2021-02-28 21:45:38 +01:00
Fabio Di Stasio
201fad9265
fix(MySQL): wrong TIMESTAMP fields length
2021-02-27 18:30:34 +01:00
Fabio Di Stasio
b1ea32b680
feat: setting to enable beta updates (future use)
2021-02-27 17:28:01 +01:00
Fabio Di Stasio
777b73fa6f
feat(UI): query duration calc
2021-02-26 18:45:00 +01:00
Fabio Di Stasio
219da0aba4
feat(UI): run procedures/functions from sidebar context menu
2021-02-25 17:43:23 +01:00
Fabio Di Stasio
3aa2159a1a
fix(MySQL): issue obtaining routine/function parameters
2021-02-24 19:45:27 +01:00
Fabio Di Stasio
76d92cd106
fix: issue managing function/routine parameters
2021-02-24 12:46:31 +01:00
Fabio Di Stasio
94c4952319
fix: support of bit fields in table filler
2021-02-18 15:26:17 +01:00
Fabio Di Stasio
970de4962b
feat: support to fake data locales
2021-02-17 18:49:02 +01:00
Fabio Di Stasio
6c62052b47
feat: min and max option for random floats and numbers
2021-02-16 19:13:20 +01:00
Fabio Di Stasio
288ff4c1a1
fix: cut faker text based on field length
2021-02-14 18:25:57 +01:00
Fabio Di Stasio
a176174b8d
feat: fake table data generator
2021-02-13 18:45:16 +01:00
Fabio Di Stasio
0386bbac50
refactor: number and float fields as separate types
2021-02-10 18:24:28 +01:00
Fabio Di Stasio
b0576acdf6
perf(core): bulk inserts support
2021-02-08 11:46:57 +01:00
Fabio Di Stasio
ede6fe81ce
fix: edit bit fields
2021-02-04 09:20:52 +01:00
Fabio Di Stasio
4e72bb1587
feat: support to ssl connections
2021-02-03 21:53:24 +01:00
Fabio Di Stasio
15417e8a77
feat(UI): database version in app footer
2021-02-01 16:31:48 +01:00
Fabio Di Stasio
5940b0b842
feat: edit rows from tables without a primary key
2021-01-30 14:58:12 +01:00
Fabio Di Stasio
574d493908
feat: delete rows from tables without a primary key
2021-01-28 18:33:29 +01:00
Fabio Di Stasio
bacf458936
fix: compatibility with electron-store 7
2021-01-25 09:28:57 +01:00
Fabio Di Stasio
a11bac504c
perf: big performance improvement in database structure loading
2021-01-23 15:50:21 +01:00
Fabio Di Stasio
b9ed8dd610
fix: error retriving dato of some schedulers
2021-01-22 18:46:33 +01:00
Fabio Di Stasio
4bc9bbfb34
perf: better fields type detection
2021-01-21 18:14:37 +01:00
Fabio Di Stasio
4923128236
fix: unable to call stored routines from query tabs
2021-01-19 19:14:11 +01:00
Fabio Di Stasio
dbe7b9dd23
feat: schedulers creation
2021-01-16 11:32:42 +01:00
Fabio Di Stasio
ceab4ef243
feat: scheduler edit
2021-01-15 19:18:16 +01:00
Fabio Di Stasio
1e7d4ca347
feat: schedulers delete
2021-01-14 18:11:36 +01:00
Fabio Di Stasio
f150508547
fix: error with empty functions/procedures
2021-01-11 18:56:51 +01:00
Fabio Di Stasio
41d75b127c
feat: functions edit
2021-01-10 18:30:56 +01:00
Fabio Di Stasio
aa33850286
feat: stored routines delete
2021-01-06 11:07:55 +01:00
Fabio Di Stasio
82fdc0bcd7
feat: stored routines edit
2021-01-05 17:25:18 +01:00
Fabio Di Stasio
3126625461
feat: triggers edit
2020-12-31 19:55:02 +01:00
Fabio Di Stasio
ab307f82b1
feat: select definer in view creation/edit
2020-12-29 10:35:46 +01:00
Fabio Di Stasio
0df2b836b1
fix: wrong or duplicate fields in some queries
2020-12-28 17:46:23 +01:00
Fabio Di Stasio
6611aad840
perf: improved performance getting database structure
2020-12-28 13:05:30 +01:00
Fabio Di Stasio
8c4aaec167
feat: views creation
2020-12-27 16:16:48 +01:00
Fabio Di Stasio
b7053bdf80
fix: unable to rename views
2020-12-27 13:14:41 +01:00
Fabio Di Stasio
56f2a27f00
feat: views edit
2020-12-26 15:37:34 +01:00
Fabio Di Stasio
dcf469ebed
feat: views deletion
2020-12-26 14:47:15 +01:00
Fabio Di Stasio
fc35f271d7
feat: better security connections credentials storage
2020-12-18 18:44:32 +01:00
Fabio Di Stasio
206597e5b8
feat: foreign keys management
2020-12-15 17:08:36 +01:00
Fabio Di Stasio
acebe435ff
fix: improved changes dedection in props tab
2020-12-07 19:11:29 +01:00
Fabio Di Stasio
5712b80022
feat: improved data table sorts
2020-12-07 17:51:48 +01:00
Fabio Di Stasio
d38583262e
fix: deletion of rows with non-numeric ID
2020-12-07 15:07:59 +01:00
Fabio Di Stasio
a4122b4eaa
feat: drop and truncate tables
2020-12-03 16:15:10 +01:00
Fabio Di Stasio
e6602d1bfa
feat: create new tables
2020-12-03 13:00:54 +01:00
Fabio Di Stasio
f8cf90a89e
fix: index deletion issue
2020-12-01 17:29:16 +01:00
Fabio Di Stasio
41505bde65
feat: index management
2020-12-01 16:48:20 +01:00
Fabio Di Stasio
27769f204f
feat: display all keys in properties tab
2020-11-20 17:24:02 +01:00
Fabio Di Stasio
0805b96a75
feat: tables options edit
2020-11-16 17:16:39 +01:00
Fabio Di Stasio
3e5770f7de
fix: zero fill field option was not saved
2020-11-13 16:37:52 +01:00
Fabio Di Stasio
07654039b6
feat: table fields addition
2020-11-13 15:04:51 +01:00
Fabio Di Stasio
249926b8e0
feat: ability to edit table fields
2020-11-13 12:39:40 +01:00
Fabio
c9ba2e5962
fix: F9 key shortcut refresh all query tabs instead of just selected one
2020-10-27 17:04:39 +01:00
Fabio
2e49d86677
refactor(core): improved how application gets query fields and keys
2020-10-27 16:41:00 +01:00
Fabio
ee183886f6
fix(mysql): error getting foreign key list
2020-10-23 16:21:36 +02:00
Fabio
1658432fd3
feat: support to aliased tables
2020-10-20 13:30:36 +02:00
Fabio
a8cd17748f
fix: wrong result fields type and order with some queries
2020-10-20 13:12:12 +02:00
Fabio
04804b07c7
feat(render): field type and length on table header mouse hover
2020-10-17 10:12:40 +02:00
Fabio
053418ee90
refactor(mysql): moved specific queries inside MySQLClient class
2020-10-16 17:26:47 +02:00
Fabio
27d114beef
refactor: remap of procedures, triggers and schedulers data objects
2020-10-14 19:00:13 +02:00
Fabio
936de04cd3
refactor: remap of table data object
2020-10-12 18:45:15 +02:00