Commit Graph

45 Commits

Author SHA1 Message Date
Fabio Di Stasio 259d051a21 fix: some issues related to previous commit 2024-02-12 18:30:07 +01:00
Fabio Di Stasio 876d5ea481 perf(MySQL): improvements in connection handling 2024-02-11 16:38:06 +01:00
Fabio Di Stasio d698f2798a fix: unable to edit tables containing SET fields, fixes #755 2024-02-06 18:16:26 +01:00
Fabio Di Stasio 8928510fb5 refactor: use Record to type objects 2024-01-19 18:03:20 +01:00
Fabio Di Stasio debc1da289 fix: ssh tunnel keep-alive not working properly 2023-10-28 19:09:19 +02:00
Fabio Di Stasio d30a978cd6 refactor: replace ssh2-promise with @fabio286/ssh2-promise 2023-10-28 18:25:01 +02:00
Fabio Di Stasio ddd290c903 fix: timeout issue on long time sql import 2023-10-03 18:19:16 +02:00
Fabio Di Stasio b838916937 Merge branch 'develop' of https://github.com/antares-sql/antares into pr/digitalgopnik/633 2023-09-04 14:59:21 +02:00
Fabio Di Stasio 54df0e4aa8 style: implement eslint simple-import-sort 2023-08-18 15:57:31 +02:00
Christian Ratz b4731d67a5 feat: customize keep-alive-interval for ssh-tunnel 2023-08-04 11:06:35 +02:00
Fabio Di Stasio 51b14195a8 fix(MySQL): error insertinf new fields with some MySQL configurations, fixes #360 2023-07-24 09:09:11 +02:00
Fabio Di Stasio 7c820b1827 fix(MySQL): unable to set more than one value in SET fields 2023-07-17 18:00:40 +02:00
Fabio Di Stasio 904670781d fix(MySQL): unable to get users list with some db settings 2023-06-01 11:47:31 +02:00
Fabio Di Stasio 446199827b fix: unique keys not recognized in table settings on some MariaDB versions 2023-05-30 18:33:37 +02:00
Fabio Di Stasio f454b4bb1c feat: DDL query in table settings for MySQL and PostgreSQL, closes #581 2023-05-25 18:51:56 +02:00
Fabio Di Stasio 17eeb6d38e feat: keepalive on mysql/postgre connections, should fix #577 2023-05-14 18:48:21 +02:00
Fabio Di Stasio d1297a0085 fix: error with import/export tools, fixes #541 2023-02-27 10:43:51 +01:00
Fabio Di Stasio 313e7407eb feat(MySQL): option, disabled by default, to enable table size indicators on sidebar 2023-02-23 08:51:33 +01:00
Fabio Di Stasio 4458177688 fix(MariaDB): exception with event_scheduler DISABLED with MariaDB 10, fixes #535 2023-02-21 18:07:29 +01:00
Fabio Di Stasio ddb7ead083 fix: tables sort in sidebar 2023-02-10 09:26:17 +01:00
Fabio Di Stasio e8447e5655 fix: select of table type stuck when editing an unknown type 2023-02-04 11:34:53 +01:00
Fabio Di Stasio ff4bc6c39b feat: connection info icons in footer 2023-01-05 17:21:22 +01:00
Fabio Di Stasio f177c7f1f1 style: minor refactor 2023-01-02 09:21:01 +01:00
Fabio Di Stasio 6fa430adf6 fix: ssh connection closed after idle time, fixes #425 2022-12-29 13:04:20 +01:00
Fabio Di Stasio 843c15e428 fix(MySQL): not every connection gets read-only option 2022-12-23 09:24:05 +01:00
Fabio Di Stasio 88408da745 fix: error joining tables with different schema 2022-10-17 13:55:48 +02:00
Fabio Di Stasio d114f8a651 feat: added more editor font sizes, closes #440 2022-09-21 10:33:44 +02:00
Fabio Di Stasio 498a9b48e2 fix: empty definer when editing a view, fixes #437 2022-09-15 18:58:19 +02:00
Fabio Di Stasio f64a12a8e9 fix(MySQL): error with ANSI sql_mode 2022-08-07 19:00:12 +02:00
Fabio Di Stasio 0b1aa3dd29 fix: console events disabled in production 2022-07-18 17:21:34 +02:00
Fabio Di Stasio f12a04b052 feat: ipc event channel to send logs to renderer 2022-07-18 11:58:22 +02:00
Fabio Di Stasio 902c29ffa5 feat(MySQL): option to disable foreign key checks when empty a table 2022-06-29 10:48:21 +02:00
Fabio Di Stasio a103617ce8 refactor: ts and composition api on missing components 2022-06-21 17:54:47 +02:00
Fabio Di Stasio be70b5be7f refactor: ts on ipc api 2022-06-05 17:57:44 +02:00
Fabio Di Stasio 84826ff4c0 refactor: ts and composition api on more elements 2022-05-17 19:11:31 +02:00
Fabio Di Stasio d494b17df7 fix: 2022-05-10 13:22:26 +02:00
Fabio Di Stasio 5cb8ec65ad refactor: ts improvements 2022-05-07 09:46:07 +02:00
Fabio Di Stasio e4c5d9b404 fix(MySQL): creating temporary tables on export to overcome view dependency errors 2022-05-06 17:20:06 +02:00
Fabio Di Stasio bfdb463390 fix: unable to set an empty string as field default 2022-05-05 23:09:10 +02:00
Fabio Di Stasio 9fcc7d1cef fix(MySQL): support to ANSI_QUOTES mode not working, closes #243 2022-05-05 17:18:18 +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 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