Commit Graph

480 Commits

Author SHA1 Message Date
Fabio Di Stasio 0821586bb3 standalone vue-devtools 2022-04-27 18:23:05 +02:00
Fabio Di Stasio 690cdcb2eb fix(SQLite): tables with sqlite in name not visible, closes #239 2022-04-22 23:01:30 +02:00
Fabio Di Stasio afa23f3ef1 refactor: emits in components 2022-04-22 12:16:02 +02:00
Fabio Di Stasio 443170bbb1 refactor: vue3 migration in progress 2022-04-21 14:39:24 +02:00
Fabio Di Stasio 472fa6f430 fix: wrong path module importation 2022-04-17 13:00:53 +02:00
Fabio Di Stasio 79f32ca442 refactor: db import ts refactor 2022-04-17 13:00:53 +02:00
Fabio Di Stasio ce0f278caf refactor: db exporter ts refactor 2022-04-17 13:00:53 +02:00
Fabio Di Stasio 6adc93e1cd refactor: ipc handlers ts refactor 2022-04-17 13:00:53 +02:00
Fabio Di Stasio 5e2ad8c377 refactor: sqlite client ts refactor 2022-04-17 13:00:53 +02:00
Fabio Di Stasio d85662cb7d refactor: posgtre client ts refactor 2022-04-17 13:00:53 +02:00
Fabio Di Stasio e3907914f2 build: fixed module resolution and workers webpack config 2022-04-17 13:00:53 +02:00
Fabio Di Stasio c6c14fbf2b refactor: mysql client ts refactor 2022-04-17 13:00:53 +02:00
Fabio Di Stasio 9a0f982723 fix: wrong path module importation 2022-04-17 12:27:46 +02:00
Fabio Di Stasio 75a41769bf refactor: db import ts refactor 2022-04-17 12:01:07 +02:00
Fabio Di Stasio 5dbc127b51 refactor: db exporter ts refactor 2022-04-15 23:13:23 +02:00
Fabio Di Stasio a315eeae6c refactor: ipc handlers ts refactor 2022-04-15 14:56:13 +02:00
Fabio Di Stasio 25a6fded2e refactor: sqlite client ts refactor 2022-04-14 18:25:13 +02:00
Fabio Di Stasio 42fcded9f1 refactor: posgtre client ts refactor 2022-04-14 09:15:16 +02:00
Fabio Di Stasio 186cb85d2e build: fixed module resolution and workers webpack config 2022-04-12 17:59:22 +02:00
Fabio Di Stasio fc1d6fba7f refactor: mysql client ts refactor 2022-04-12 17:08:05 +02:00
Fabio Di Stasio 6cc098c6f0 feat(core): option to allow untrusted SSL connections 2022-04-10 10:49:27 +02:00
Fabio Di Stasio 40828cb3ff
Merge pull request #208 from antares-sql/feat/postgre-import-export
feat(PostgreSQL): import/export
2022-04-07 17:56:37 +02:00
Fabio Di Stasio 6086ca4a80 feat(PostgreSQL): sql dump importer 2022-04-07 12:49:34 +02:00
Fabio Di Stasio 0f9c991f53 fix(PostgreSQL): wrong values exporting table content 2022-04-02 11:44:55 +02:00
Fabio Di Stasio 638a88a1fb perf(PostgreSQL): improved views exportation 2022-04-01 18:36:02 +02:00
Fabio Di Stasio 026d74c8c8 fix: ssh tunnel not properly working, closes #220 2022-04-01 09:51:03 +02:00
Fabio Di Stasio 77f8cac6cf refactor: update repo links 2022-03-31 16:04:47 +02:00
Fabio Di Stasio 408ddeda56 perf(PostgreSQL): improved dump file 2022-03-27 11:41:35 +02:00
Fabio Di Stasio a8ca8f2f76 feat(PostgreSQL): export functions and procedures 2022-03-23 13:26:46 +01:00
Fabio Di Stasio 42376b4bc6 feat(PostgreSQL): export triggers 2022-03-22 17:25:34 +01:00
Fabio Di Stasio 86f011f34f feat(PostgreSQL): export views 2022-03-22 12:59:13 +01:00
Fabio Di Stasio bb02479b71 feat(PostgreSQL): export user-defined types before tables 2022-03-22 12:40:14 +01:00
Fabio Di Stasio a67071e284 feat(PostgreSQL): export tables 2022-03-21 18:32:45 +01:00
Fabio Di Stasio 8f3efabb69 feat: export database as zip sql file 2022-03-18 18:12:13 +01:00
Fabio Di Stasio db628f7722 fix: numeric scale displayed on non decimal fields 2022-03-17 18:17:59 +01:00
Fabio Di Stasio ee415da127 fix(MySQL): exception exporting empty procedures/functions 2022-03-12 10:37:40 +01:00
Fabio Di Stasio f0d368e3e3 refactor: minor refactor 2022-03-12 10:01:22 +01:00
Fabio Di Stasio 4be55f3fe9 feat(MySQL): support to multi spatial fields export 2022-03-12 09:52:40 +01:00
Fabio Di Stasio f3759b6541 perf(MySQL): prevent memory leak on large dump import 2022-03-10 10:23:22 +01:00
Giulio Ganci 3be826df4b feat(MySQL): enhance export characters escaping 2022-03-06 19:37:12 +01:00
Giulio Ganci a6f5645a22 feat(UI): better real-time import stats 2022-03-05 18:55:11 +01:00
Giulio Ganci bbe13f27dc perf(MySQL): import tasks managed with async queue 2022-03-05 18:54:08 +01:00
Fabio Di Stasio f444746f46 perf(MySQL): import performance improvement 2022-03-05 17:00:05 +01:00
Fabio Di Stasio b4af645941 fix(MySQL):spatial fielts support on export 2022-03-03 22:52:50 +01:00
Fabio Di Stasio a5c8daa5b8 chore: workers debug config 2022-03-01 22:15:33 +01:00
Fabio Di Stasio 1a9fc37285 fix(MySQL): missing initial delimiter for exported procedures 2022-03-01 19:05:53 +01:00
Fabio Di Stasio f0351e5b94 fix(MySQL): missing functions and procedures definer escapes on exporter 2022-03-01 10:15:06 +01:00
Fabio Di Stasio 9bda4e71b7 Merge branch 'feat/db-import-export' of https://github.com/toriphes/antares into pr/toriphes/129 2022-02-28 23:33:16 +01:00
Fabio Di Stasio 7c00055034 Merge branch 'master' of https://github.com/Fabio286/antares into pr/toriphes/129 2022-02-28 22:00:13 +01:00
Fabio Di Stasio 4479a9600b fix: wrong schema and table size on explore bar 2022-02-28 14:19:07 +01:00
Giulio Ganci 7a6bd8bdbd fix: sql parser hangs during import 2022-02-27 17:33:03 +01:00
Fabio Di Stasio 251795e2d2
Merge branch 'master' into feat/db-import-export 2022-02-26 10:19:15 +01:00
Fabio Di Stasio 45cda7a7cc Merge branch 'master' of https://github.com/Fabio286/antares into pr/toriphes/129 2022-02-26 10:14:00 +01:00
Fabio Di Stasio b7039553cc fix: bigint support, closes #197 2022-02-26 10:02:23 +01:00
Fabio Di Stasio 573ac6d42e perf: use fork() for the import process 2022-02-24 13:14:57 +01:00
Fabio Di Stasio 1990d9a3d4 perf(MySQL): improved several field types support on exporter 2022-02-19 12:40:54 +01:00
Fabio Di Stasio 748d44977e perf: use fork() for the export process 2022-02-18 18:16:13 +01:00
Fabio Di Stasio 4051eff382 build: webpack workers configuration 2022-02-17 18:47:50 +01:00
Fabio Di Stasio 4276586e11 fix(MySQL): procedures exportation 2022-02-16 12:58:24 +01:00
Fabio Di Stasio 832fb0fb03 Merge branch 'feat/db-import-export' of https://github.com/toriphes/antares into pr/toriphes/129 2022-02-16 09:16:14 +01:00
Fabio Di Stasio 328ab61757 Merge branch 'master' of https://github.com/Fabio286/antares into pr/toriphes/129 2022-02-16 09:14:46 +01:00
Fabio Di Stasio 7dcd4441c4 feat(SQLite): manual commit mode 2022-02-15 09:23:07 +01:00
Fabio Di Stasio d81e0911ab feat(PostgreSQL): manual commit mode 2022-02-15 09:23:07 +01:00
Fabio Di Stasio 4ed2f9a939 feat(MySQL): manual commit mode 2022-02-15 09:23:07 +01:00
Fabio Di Stasio c5eb73ed3f chore: update electron 2022-02-15 09:21:14 +01:00
Fabio Di Stasio fa3f3e1fd8 fix(MySQL): default value not displayed for DECIMAL fields 2022-02-05 09:43:37 +01:00
Fabio Di Stasio 401cb49687 refactor: improved temporary fix to Windows 7 style frame 2022-01-28 09:19:49 +01:00
Fabio Di Stasio 1356011ba3 fix(Windows): temporary fix to Windows 7 style frame on app startup, closes #169 2022-01-27 23:40:03 +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 46b45c8ab6 fix(PostgreSQL): schema different than public not automatically selected, closes #172 2022-01-17 09:15:18 +01:00
Fabio Di Stasio d9a3eab015 perf(MySQL): support to ANSI_QUOTES sql_mode, closes #158 2022-01-05 18:23:31 +01:00
Giulio Ganci 8f9385d508 feat: save window state
open the main window in the last used position of the screen
2021-12-28 17:12:10 +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 a59f77f618 feat(MySQL): ability to cancel queries 2021-12-19 11:59:09 +01:00
Fabio Di Stasio e7a1858091 fix(SQLite): exception with some fields 2021-12-16 09:16:15 +01:00
文杰 f41d8c0480 [TypeError: Cannot read properties of undefined (reading 'type') #152] bugfix 2021-12-14 01:37:59 +00: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 359e14a9eb fix(MySQL): wrong value for fields "on update" in some conditions 2021-12-09 12:22:38 +01:00
Fabio Di Stasio d7f1aa97af fix(SQLite): update rows with a text primary key 2021-11-25 16:25:40 +01:00
Fabio Di Stasio 5d48fe08c7 feat(PostgreSQL): read-only mode 2021-11-24 14:24:52 +01:00
Fabio Di Stasio 4437d44486 feat(MySQL): read-only mode 2021-11-24 13:04:14 +01:00
Fabio Di Stasio 7d345cf795
Merge pull request #141 from Fabio286/feat/sqlite-implementation
feat:sqlite implementation
2021-11-19 16:11:00 +01:00
Fabio Di Stasio f40e9c592e feat(SQLite): triggers management 2021-11-19 15:36:07 +01:00
Fabio Di Stasio 7671c585f5 feat(SQLite): views management 2021-11-19 13:13:35 +01:00
Fabio Di Stasio 93b4a7063b perf(SQLite): improvements in field length detection 2021-11-18 19:43:08 +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 604b371920 feat(SQLite): cell update in data tabs 2021-11-16 12:56:03 +01:00
Fabio Di Stasio fd321beece feat(SQLite): keys support 2021-11-16 12:27:51 +01:00
Fabio Di Stasio 94c899eb82 perf(SQLite): improvements in data visualization 2021-11-15 18:09:34 +01:00
Kilian Stallinger c8e1605b08
Hotfix quote style on delete-table-rows handler
Use single quote as intended for ID in delete query.
2021-11-15 16:21:09 +01:00
Fabio Di Stasio f2fcc98839 feat(SQLite): table data visualization 2021-11-13 23:00:53 +01:00
Fabio Di Stasio b3f10220b3 build: transparent background for appx icon 2021-11-12 13:12:05 +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 39b9a59143 fix(PostgreSQL): bigint fetched as string instead of number, closes #134 2021-11-05 11:41:12 +01:00
Giulio Ganci d25c62b4da feat: delete dump file when the export is canceled 2021-11-04 23:09:28 +01:00
Giulio Ganci 8cf738bac8 fix(MySQL): export crash with large databases 2021-11-04 22:36:45 +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 409ed54608 perf: split the export select query to avoid running out of memory 2021-11-01 16:12:20 +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
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 7657d05edf feat(UI): improved topbar look&feel on MacOS 2021-10-23 18:15:32 +02:00
Giulio Ganci 1ddf8f0dbe fix: copy&paste and basic usability on macOS 2021-10-23 17:56:42 +02:00
Fabio Di Stasio 4cfab365c2 build: added .nvmrc 2021-10-21 18:17:40 +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 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