Fabio Di Stasio
48ebf23bd1
feat(MySQL): spatial fields support ( #165 )
...
* feat: POINT field support
* feat(MySQL): support to LINESTRING, POLYGON and GEOMETRY fields
* refactor: removed links from map attribution
* feat(MySQL): support to MULTIPOINT, MULTILINESTRING, MULTIPOLYGON and GEOMCOLLECTION fields
* test: temporary fix on Windows tests
2022-01-30 11:45:24 +01:00
Fabio Di Stasio
9f033fb994
fix: indexes and foreign keys not cleared after deletion of related field, closes #182
2022-01-28 23:57:53 +01:00
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
aa8fc545d7
Rename zh_CN.js to zh-CN.js
2022-01-20 09:02:20 +01:00
goYou
6ef565cf07
feat: add Simplified Chinese translation
2022-01-20 01:50:18 +08:00
Fabio Di Stasio
f28531a225
build: resolved dependency conflicts
2022-01-16 11:50:35 +01:00
Fabio Di Stasio
8fb1f0803e
fix: cell copy returns "undefined" in some conditions, closes #170
2022-01-14 18:37:37 +01:00
Fabio Di Stasio
b4545b178f
feat(UI): textarea autofocus selecting a query tab, closes #166
2022-01-09 12:28:01 +01:00
Giulio Ganci
4e9f8d16ee
feat: initial mysql import support
2021-12-28 15:30:07 +01:00
Fabio Di Stasio
0c002918eb
feat(PostgreSQL): ability to cancel queries
2021-12-26 21:13:02 +01:00
Fabio Di Stasio
48c3e6afc4
perf: hash for foreign key default names
2021-12-23 11:47:17 +01:00
Fabio Di Stasio
a59f77f618
feat(MySQL): ability to cancel queries
2021-12-19 11:59:09 +01:00
Ngo Quoc Dat
c2c0394624
Update vi-VN translation
2021-12-13 08:48:07 +07:00
Fabio Di Stasio
a5fdcc1a85
feat: language format detection for text fields
2021-12-10 23:30:03 +01:00
Fabio Di Stasio
1df21da47c
refactor: moved to new vue slots API
2021-12-10 17:34:44 +01:00
Fabio Di Stasio
8da0224876
fix(MySQL): wrong datetime fields default in table filler in some cases
2021-12-09 18:26:59 +01:00
Fabio Di Stasio
813aa320d9
perf(UI): avoid columns size change when editing cells or scrolling results
2021-12-08 11:19:10 +01:00
Fabio Di Stasio
aaa5549609
fix: cell disappear on edit in one column tables
2021-12-08 10:37:23 +01:00
Fabio Di Stasio
35cb7e1dc4
fix: select all rows with ctrl+a when editing a cell
2021-12-08 10:09:01 +01:00
Fabio Di Stasio
e8af2d24a8
perf(UI): disable save button in table creation when no fields are added
2021-11-25 17:23:46 +01:00
Fabio Di Stasio
cc99491fe4
fix(UI): notifications timeout anomalies
2021-11-24 16:59:07 +01:00
Fabio Di Stasio
9fe3680bbb
perf: update italian traslation
2021-11-24 09:52:10 +01:00
Fabio Di Stasio
da1947e4ef
fix(UI): hide tools menu if no tools available
2021-11-24 09:19:42 +01:00
Fabio Di Stasio
3efeb45c46
feat(SQLite): tables management
2021-11-18 11:36:46 +01:00
Fabio Di Stasio
3fc227d2de
feat(SQLite): readonly mode
2021-11-16 13:21:33 +01:00
Fabio Di Stasio
94c899eb82
perf(SQLite): improvements in data visualization
2021-11-15 18:09:34 +01:00
Fabio Di Stasio
c54438d6d3
feat(SQLite): connection add/edit masks
2021-11-13 11:34:30 +01:00
Fabio Di Stasio
d19f475fc2
perf(UI): improved function and routine parameters modals
2021-11-12 12:22:39 +01:00
Fabio Di Stasio
b5fee79e90
refactor: minor changes to support marked 4.0.0
2021-11-10 11:48:06 +01:00
Fabio Di Stasio
3369d3dc2d
refactor: prefix to internal rows id
2021-11-08 15:12:37 +01:00
Fabio Di Stasio
fd25f881f9
feat: schema size in explore bar
2021-11-06 16:36:54 +01:00
Fabio Di Stasio
5ca3a22dc5
feat(MySQL): enable/disable schedulers from contextual menu
2021-11-06 12:21:33 +01:00
Fabio Di Stasio
5c668249cf
feat(MySQL): scheduler status indicator in explore bar
2021-11-05 18:23:02 +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
c00fd1381f
fix: temporary solution on MacOS for unsigned app updates
2021-11-03 14:46:13 +01:00
Fabio Di Stasio
cacab55f55
refactor: minor changes to support eslint-plugin-vue 8
2021-11-02 21:51:53 +01:00
Fabio Di Stasio
d9d3bf2bc9
perf: avoid to load schema elements if already loaded in export modal
2021-11-01 14:52:45 +01:00
Fabio Di Stasio
9e9de7b5c5
Merge branch 'master' of https://github.com/Fabio286/antares into pr/toriphes/129
2021-11-01 10:09:37 +01:00
Giulio Ganci
b2a5b40c03
feat: mysql export for trigger, views, schedulers, functions and routines
2021-10-31 17:22:59 +01:00
Fabio Di Stasio
a08074b446
Merge branch 'master' of https://github.com/Fabio286/antares into pr/toriphes/126
2021-10-31 15:14:49 +01:00
Fabio Di Stasio
0cd182546b
build: electron-webpack replacement ( #130 )
...
* some changes
* improvements and dedicated webpeck configs for render and main
* added debugging setup
* vscode main process debug config
* vue3 devtools
2021-10-31 10:36:45 +01:00
Fabio Di Stasio
89fdd210ca
fix: row selection problems after a deletion fail, closes #128
2021-10-29 22:43:22 +02:00
Giulio Ganci
0de2321920
feat: initial db export implementation
2021-10-29 12:58:37 +02:00
Giulio Ganci
430490ad93
feat: added macos basic shortcusts and menu
2021-10-24 13:02:37 +02:00
Giulio Ganci
a35566f273
feat(UI): double click on the title bar will toggle window fullscreen size
2021-10-24 13:00:36 +02:00
Giulio Ganci
7657d05edf
feat(UI): improved topbar look&feel on MacOS
2021-10-23 18:15:32 +02:00
Fabio Di Stasio
30b487c37f
refactor(UI): removed text from refresh buttons
2021-10-20 18:14:02 +02:00
Fabio Di Stasio
aef17be36c
fix(PostgreSQL): issue with uppercase characters in table field names
2021-10-19 17:42:31 +02:00
Giulio Ganci
7dc33c78aa
fix: regression during resize results table on filters change
2021-10-18 21:23:22 +02:00
Giulio Ganci
69cd083054
fix: query failure when a filter with a numeric value is used
2021-10-18 21:13:19 +02:00
Giulio Ganci
91788054e6
feat(UI): hide filter bar if there are no more rows in it
2021-10-18 21:11:09 +02:00
Giulio Ganci
968a67ce3d
refactor(UI): removed duplicate add filter button
2021-10-18 19:15:37 +02:00
Fabio Di Stasio
f9ee7d0450
perf(UI): resize results table on filters change
2021-10-18 11:58:29 +02:00
Giulio Ganci
0e15c39797
feat(UI): multi column table filters
2021-10-17 23:54:00 +02:00
Fabio Di Stasio
8a86344484
refactor(UI): display new shortcuts in empty query tab
2021-10-16 18:46:17 +02:00
Fabio Di Stasio
d2d0c3ca41
refactor(UI): changed query clear shortcut
2021-10-16 18:43:23 +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
Ngô Quốc Đạt
dd25827e40
Add "passphrase" to Vietnamese translation
2021-10-16 18:52:39 +07:00
Fabio Di Stasio
4069ade36d
feat(UI): CTRL+A to select all result rows
2021-10-16 09:58:32 +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
26446fb7ed
fix: closing ask credential modal during a connection doesn't stops loading, closes #114
2021-10-05 18:20:38 +02:00
isamu
76e5849c78
Add new language: Japanese
2021-10-05 17:22:07 +09:00
Fabio Di Stasio
db1641b74f
fix(UI): window reload pressing enter in schema creation modal, closes #113
2021-10-05 09:16:45 +02:00
Ngo Quoc Dat
a5ca3ea204
Add new language: Tiếng Việt
2021-10-04 18:30:44 +07:00
Fabio Di Stasio
7a63608f54
feat(UI): auto detect system theme as default app theme
2021-10-01 15:48:02 +02:00
Fabio Di Stasio
13aa47cd44
feat: processes list exportation
2021-09-26 11:36:42 +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
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
d4888ad8fb
fix: adding a connection default values not change when switching clients, closes #101
2021-09-15 11:08:00 +02:00
Fabio Di Stasio
95b60df8fc
fix(MySQL): connections stuck at startup if 5 or more tabs are restored
2021-09-13 10:03:27 +02:00
Fabio Di Stasio
265ed66d25
feat: start search when typing with focus on the left bar
2021-09-12 11:55:16 +02:00
Fabio Di Stasio
09c07acd5c
feat: new create trigger function tabs
2021-09-11 10:24:21 +02:00
Fabio Di Stasio
3c5a69adc9
feat: new create scheduler tabs
2021-09-10 18:23:32 +02:00
Fabio Di Stasio
0203f69e95
feat: new create function tabs
2021-09-07 18:20:45 +02:00
Fabio Di Stasio
6115eb9409
refactor: improvements in explorebar events on tables
2021-09-06 18:02:54 +02:00
Fabio Di Stasio
3fd26a0523
feat: new create routine tabs
2021-09-06 17:29:34 +02:00
Fabio Di Stasio
e217d5181b
feat: new create trigger tabs
2021-09-02 18:08:23 +02:00
Fabio Di Stasio
21e3e79ddf
fix(UI): context menu of tables cut if close to bottom edge
2021-08-31 19:58:20 +02:00
Fabio Di Stasio
3ad190b18c
Merge branch 'master' of https://github.com/Fabio286/antares
2021-08-22 10:37:27 +02:00
Fabio Di Stasio
d5b2bde2ea
fix(UI): no round borders on left of file upload inputs
2021-08-22 10:37:23 +02:00
fabio286
a42348ef5c
chore: deletion of wrong file name case component
2021-08-20 13:42:29 +02:00
Fabio Di Stasio
8b93c49778
feat: new create view tabs
2021-08-18 17:28:41 +02:00
Fabio Di Stasio
0842e00098
feat: new table empty state
2021-08-17 18:54:23 +02:00
Fabio Di Stasio
bc82289d54
perf(UI): visual improvements of tables
2021-08-16 19:44:55 +02:00
Fabio Di Stasio
c9fa941578
feat: new create table tabs
2021-08-13 16:50:59 +02:00
Fabio Di Stasio
198368605b
perf(UI): improved view setting tab
2021-08-12 10:07:31 +02:00
Fabio Di Stasio
8f0ac26b69
refactor: better component names
2021-08-12 09:54:13 +02:00
Fabio Di Stasio
b35fc5b78b
fix(UI): multiple temp tabs opened switching to tables from other elements
2021-08-11 18:04:14 +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
756d49b259
perf(UI): primary app color on selected text backgrouns
2021-08-10 13:14:48 +02:00
Fabio Di Stasio
97b3563e25
chore: update dependencies
2021-08-06 14:38:25 +02:00
Fabio Di Stasio
e834fe31ac
feat(UI): automatic scroll on selected tab
2021-08-05 13:44:48 +02:00
Fabio Di Stasio
065de3a0a2
feat(UI): query tab name based on content
2021-08-05 13:30:33 +02:00
Fabio Di Stasio
1573de5b1f
feat(UI): button to clear sidebar search input
2021-08-05 12:47:24 +02:00
Fabio Di Stasio
04fc1bbee0
feat(UI): automatic scroll to selected tab element in left bar
2021-08-05 12:09:54 +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
3abff36136
feat: contextual menu option to duplicate table fields
2021-08-04 09:59:50 +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
372049ae64
perf(UI): loading animation on tables and table context menu improvements
2021-08-03 15:43:13 +02:00
Fabio Di Stasio
07ee1ae828
fix: tab selected when clicking closing cross
2021-07-29 16:45:28 +02:00
Fabio Di Stasio
cbe0e2980a
perf: update italian translation
2021-07-27 17:31:51 +02:00
Fabio Di Stasio
a8a47ed5f7
fix(UI): tabs or explorebar elements selected with mouse wheel or right button
2021-07-23 22:41:53 +02:00
Fabio Di Stasio
e106d100b5
refactor: mousedown instead click on tabs and explorebar elements
2021-07-23 15:45:06 +02:00
Fabio Di Stasio
d7fdf53932
fix: wrong editor height with some conditions
2021-07-23 10:56:41 +02:00
Fabio Di Stasio
62f7e57d0c
fix: manual page input not disabled when only one page is available
2021-07-23 09:01:50 +02:00
Fabio Di Stasio
14577d14bb
fix: sort order of tables is lost switching pages
2021-07-22 18:22:47 +02:00
Fabio Di Stasio
a0105cf1c3
fix(UI): not disabled buttons during save table setting tabs
2021-07-22 13:13:26 +02:00
Fabio Di Stasio
77c5d28032
fix: new field default value unknown instead 'noval'
2021-07-22 13:06:54 +02:00
Fabio Di Stasio
adc5477673
feat: option to restore session on startup
2021-07-22 10:41:06 +02:00
Fabio Di Stasio
1e543aa6b0
fix: reload twice after element rename
2021-07-21 18:50:22 +02:00
Fabio Di Stasio
c41e059b0b
fix: wrong loaded schema change
2021-07-21 17:56:55 +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
a73a2f483e
feat: option to select schema in query tabs
2021-07-20 19:19:54 +02:00
Fabio Di Stasio
0a9983d30d
feat: new function, procedure and scheduler tabs
2021-07-20 16:59:59 +02:00
Fabio Di Stasio
58b91ebfe0
feat: new trigger function tabs
2021-07-19 22:38:56 +02:00
Fabio Di Stasio
e78ca2417e
fix(UI): multiple trigger tabs open on single click on explore bar
2021-07-19 11:28:11 +02:00
Fabio Di Stasio
e1855a262d
feat(UI): empty workspace view
2021-07-18 16:10:36 +02:00
Fabio Di Stasio
6b725b1d40
fix: issues with trigger temp tabs
2021-07-17 16:09:57 +02:00
Fabio Di Stasio
f6faad98f8
feat: new trigger setting tabs
2021-07-17 13:10:54 +02:00
Fabio Di Stasio
320aa8ba04
feat: close tabs if element deleted
2021-07-17 10:46:24 +02:00
Fabio Di Stasio
9f0280b991
Merge branch 'master' of https://github.com/Fabio286/antares into new-tab-system
2021-07-17 10:00:46 +02:00
Fabio Di Stasio
04fa320820
fix: clear empty indexes and foreign keys on confirm respective modals
2021-07-17 09:59:45 +02:00
Fabio Di Stasio
f7c3aa883d
fix: tab won't open after table or view creation
2021-07-17 09:57:49 +02:00
Fabio Di Stasio
f7a74df009
feat: new unsaved change reminder
2021-07-16 23:24:55 +02:00
Fabio Di Stasio
003c02b1fb
feat: new view setting tabs
2021-07-16 18:52:18 +02:00
Fabio Di Stasio
ef21ea7448
feat: rename tabs if element is renamed
2021-07-16 17:27:37 +02:00
Fabio Di Stasio
525c964c62
fix: enabled copy context on non editable rows
2021-07-16 17:09:02 +02:00
Fabio Di Stasio
7845e3e501
feat(UI): new table settings tabs
2021-07-15 19:51:18 +02:00
Fabio Di Stasio
0c29e0d566
perf(UI): improvements in setting bar connections sort
2021-07-15 18:31:44 +02:00
Fabio Di Stasio
d38097d056
feat(UI): sortable tabs
2021-07-14 20:30:54 +02:00
Fabio Di Stasio
c87b8dc738
refactor: passing schema from table context options
2021-07-14 18:15:13 +02:00
Fabio Di Stasio
ed6e7fa72d
refactor(UI): improved breadcrumbs and tabs
2021-07-14 16:10:34 +02:00
Fabio Di Stasio
f0fa7c81b7
fix(UI): table icon in view data tabs
2021-07-14 12:33:26 +02:00
Fabio Di Stasio
01057332b0
feat(UI): display schema in data tabs
2021-07-14 12:31:12 +02:00
Fabio Di Stasio
ab382dfbcd
feat: new data tabs
2021-07-13 19:23:02 +02:00
Fabio Di Stasio
88c4cdc8e2
feat(UI): close temp data tabs
2021-07-13 16:53:47 +02:00
Fabio Di Stasio
15ff211a41
Merge branch 'master' of https://github.com/Fabio286/antares into new-tab-system
2021-07-13 09:19:26 +02:00
Fabio Di Stasio
5c855a520a
fix: solved a vulnerability in table names
2021-07-13 09:17:22 +02:00
Fabio Di Stasio
7488bc7a17
refactor(core): better way to obtain schema
2021-07-13 09:09:25 +02:00
Fabio Di Stasio
a87079cd17
feat(UI): temporary table data tabs
2021-07-12 19:18:29 +02:00
Fabio Di Stasio
f19f9e23a2
refactor(UI): changed buttons icon position
2021-07-09 15:51:02 +02:00
Fabio Di Stasio
0252a064d9
feat(UI): contextual menu shortcuts to create new elements on folders
2021-07-09 15:12:16 +02:00
Fabio Di Stasio
439356a019
feat: context menu option to duplicate connections
2021-07-09 11:18:40 +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
Fabio Di Stasio
27a153ef43
refactor(UI): improved new connection panels appearence
2021-07-08 18:43:31 +02:00
Fabio Di Stasio
56fcc2650b
fix: clear corrupted configurations to avoid exceptions
2021-07-08 18:42:19 +02:00
Fabio Di Stasio
a0ab63bdb5
fix(UI): connection tab indicator when scrolling
2021-07-08 17:58:43 +02:00
Fabio Di Stasio
8cd76e711c
feat(UI): new connection add panel
2021-07-08 17:43:33 +02:00
Fabio Di Stasio
9af71a6e34
feat(UI): new connection edit panel
2021-07-08 15:06:20 +02:00
Fabio Di Stasio
7570b0add8
fix: avoid to trigger schema loading multiple times
2021-07-06 09:36:35 +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
61a42d51f5
fix(UI): contextual sub-menu alignment when close to the lower edge of the window
2021-07-03 12:01:19 +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
7ca69e51ae
refactor(UI): round corners to editor autocomplete
2021-06-30 19:43:30 +02:00
Fabio Di Stasio
d868c772b9
feat(UI): context option to copy cell or row value
2021-06-30 19:27:24 +02:00
Fabio Di Stasio
a69bdeb20d
feat(UI): resizer border mouse hover animation
2021-06-30 09:49:32 +02:00
Fabio Di Stasio
51db2795bb
refactor(UI): minor UI improvements
2021-06-29 23:31:18 +02:00
Fabio Di Stasio
2d278aa14e
fix: rows loses internal id after export
2021-06-29 23:23:11 +02:00
Fabio Di Stasio
f74bca7bb4
perf: improved contextual menu appearance
2021-06-29 18:22:40 +02:00
Fabio Di Stasio
978a7c5f5b
feat(UI): active tab animation
2021-06-28 18:34:39 +02:00
Fabio Di Stasio
0110756204
fix(UI): editor blinking on first connection with a dark theme
2021-06-27 12:28:55 +02:00
Fabio Di Stasio
7df0cf8389
feat(PostgreSQL): triggers creation
2021-06-26 16:36:05 +02:00
Fabio Di Stasio
3aef7e953e
fix: vulnerability in server error toast messages
2021-06-25 09:35:20 +02:00
Fabio Di Stasio
a0a025e450
perf(UI): increased application border-radius
2021-06-24 21:49:46 +02:00
Fabio Di Stasio
e2ebb04a90
feat(UI): ability to manually insert page number in DATA tabs, closes #65
2021-06-19 12:13:09 +02:00
Fabio Di Stasio
e579f37438
feat(UI): option to change query editors font size, closes #77
2021-06-19 11:54:15 +02:00
Fabio Di Stasio
8a20befd09
fix(UI): various fixes in displaying content with small window size
2021-06-13 11:16:21 +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
Christian
1716077182
added translation for de-DE
2021-06-04 09:37:02 +02:00
Fabio Di Stasio
5562e73e75
fix: page offset not reset when selected table changes
2021-06-03 11:02:24 +02:00
Fabio Di Stasio
8a7cc2a14f
fix(UI): unable to browse view's result pages
2021-06-03 10:57:57 +02:00
fabio286
5e9c88a7fd
fix(UI): prevent canc key to trigger delete modal when editing a row
2021-06-02 12:32:12 +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
f61d7eeaf4
feat: key shortcuts to change DATA tab page
2021-05-29 11:26:23 +02:00
Fabio Di Stasio
e71c7568c0
feat: option to set DATA tab page size
2021-05-29 11:04: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
04bdd085a5
fix: wrong detection of field default expressions in some cases
2021-05-25 16:54:13 +02:00
Fabio Di Stasio
f839d5cd3c
chore: Twitter link in about tab
2021-05-23 10:19:56 +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
840241c3cc
refactor: better description in foreign key value select
2021-05-20 15:07:51 +02:00
Fabio Di Stasio
0f10c9e824
fix: internal id not removed before row update
2021-05-20 12:45:49 +02:00
Fabio Di Stasio
1e37f2a96f
fix: unable to add new ENUM fields
2021-05-20 12:38:05 +02:00
Fabio Di Stasio
0d6137195d
fix: unable to delete table rows
2021-05-19 16:55:38 +02:00
Fabio Di Stasio
434711a360
perf(MySQL): improved connections pool handling
2021-05-15 21:47:30 +02:00
fabio286
854472c7a3
fix: row loses internal id after cell update
2021-05-15 19:33:31 +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
c7663be338
fix: multiple row select on sorted tables not work properly
2021-05-11 18:32:11 +02:00
Fabio Di Stasio
5dc0b0bea4
perf: italian translation updated
2021-05-07 12:11:55 +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
9dfe7cca22
fix(UI): data type figure twice on type select
2021-05-03 22:55:39 +02:00
Fabio Di Stasio
5822b3df43
perf(UI): new application icon
2021-04-30 14:14:01 +02:00