Commit Graph

480 Commits

Author SHA1 Message Date
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 9d8e9a5e1f perf(PostgreSQL): minor improvement to schema selection 2023-07-07 15:22:16 +02:00
Fabio Di Stasio 89815bf5e7 feat(PostgreSQL): ability to switch the database, closes #432 2023-06-13 18:10:52 +02:00
Fabio286 787014c38d feat: context menu to close tabs, closes #392 2023-06-03 19:13:20 +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 2c0b4ffe1f fix: disable shorctut to show Ace editor settings, fixes #585 2023-05-26 18:17:23 +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 74c136f833 fix: unable to delete rows with null values and no primary key 2023-04-27 14:14:04 +02:00
Fabio Di Stasio d802b32597 fix: triggers not exported if related table not included 2023-04-04 11:55:39 +02:00
Fabio Di Stasio 28f0419af4 refactor: remove viewMenu on macOS 2023-03-30 18:07:24 +02:00
Fabio Di Stasio 63fece2a1b fix(Linux): remove app menu shown pressing ALT key 2023-03-06 18:29:53 +01:00
Fabio Di Stasio b925ff9c01 fix(Linux): remove app menu shown pressing ALT key 2023-03-02 09:07:10 +01:00
Fabio Di Stasio d1297a0085 fix: error with import/export tools, fixes #541 2023-02-27 10:43:51 +01:00
Fabio Di Stasio 629ce63329 fix: single quotes not properly escaped for random generated content 2023-02-26 17:02:41 +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 b1fbc43ab2 fix: unable to import after a failed import, fixes #515 2023-02-13 18:06:55 +01:00
Fabio Di Stasio ddb7ead083 fix: tables sort in sidebar 2023-02-10 09:26:17 +01:00
Fabio Di Stasio d934ae1e6c fix(SQLite): triggers disappear after editing related table, fixes #523 2023-02-04 13:51:02 +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 2b5e1e7b39 fix(SQLite): error with integer timestamp fields 2023-02-04 09:07:41 +01:00
Fabio Di Stasio c7ab3b77a2 fix: allow comments in queies, fixes #519 2023-01-19 14:32:37 +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 2c63cbc4e8 chore: update dependencies 2022-12-06 12:56:36 +01:00
Fabio Di Stasio ae312efbbc feat(Firebird SQL): procedure add/edit/delete support 2022-11-17 15:27:39 +01:00
Fabio Di Stasio 8e422e3f07 feat(Firebird SQL): trigger add/edit/delete support 2022-11-16 15:16:12 +01:00
Fabio Di Stasio 7d1967a609 feat(Firebird SQL): view add/edit/delete support 2022-11-16 12:00:12 +01:00
Fabio Di Stasio 7ff8e2149e fix(Firebird SQL): connection pool issue 2022-11-16 10:12:44 +01:00
Fabio Di Stasio 1b5cc315dd feat(Firebird SQL): table add/edit/delete support 2022-11-15 16:46:12 +01:00
Fabio Di Stasio 27566c1dfa feat(Firebird SQL): manual commit mode 2022-11-10 15:52:31 +01:00
Fabio Di Stasio 03777a2ea3 refactor(Firebird SQL): improve fields metadata detection 2022-11-09 17:41:31 +01:00
Fabio Di Stasio 0827a04d61 feat(Firebird SQL): support to blob fields 2022-11-08 15:53:21 +01:00
Fabio Di Stasio 2c8509ff41 feat(Firebird SQL): support to indexes and foreign keys 2022-11-08 14:05:54 +01:00
Fabio Di Stasio 76df6319c2 feat(Firebird SQL): connections pool 2022-11-07 09:49:36 +01:00
Fabio Di Stasio e6f6a022d1 feat: support to text blob fields 2022-11-05 10:22:12 +01:00
Fabio Di Stasio 95bb41e9db feat(Firebird SQL): display table content and query results 2022-11-04 16:31:10 +01:00
Fabio Di Stasio 7ab84bde57 initial firebird commit 2022-11-02 14:18:50 +01:00
Fabio Di Stasio 88408da745 fix: error joining tables with different schema 2022-10-17 13:55:48 +02:00
Fabio Di Stasio d52b7af297 fix(SQLite): save boolean as integer to improve compativility, fixes #463 2022-10-17 12:06:22 +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 a142d3c4d7 fix(MacOS): empty options on macos menubar 2022-08-27 09:04:11 +02:00
Fabio Di Stasio ebc325ae0c fix: issue updating datetime cells with null value, closes #423 2022-08-26 18:48:26 +02:00
Fabio Di Stasio 39326eb52e fix: unable to set null or delete rows without primary key 2022-08-26 18:31:47 +02:00
Fabio Di Stasio df681147aa fix: ts exceptions 2022-08-24 10:23:03 +02:00
Fabio Di Stasio ffc645ba5e fix: CTRL+Right/Left not working on text editor, closes #427 2022-08-24 10:04:25 +02:00
Fabio Di Stasio c50d17e82b fix: startup exception 2022-08-15 18:13:53 +02:00
Fabio Di Stasio c22413fde9 feat: delete shortcuts and restore defaults 2022-08-10 17:59:59 +02:00
Fabio Di Stasio 49b63bc6f2 feat(UI): shortcuts setting UI improved 2022-08-09 16:10:08 +02:00
Fabio Di Stasio 44bb75bc60 feat: list of available shortcuts in settings window 2022-08-08 16:44:40 +02:00
Fabio Di Stasio 8bb5bb93cf Merge branch 'master' of https://github.com/antares-sql/antares into custom-shortcuts 2022-08-08 11:46:08 +02:00
Fabio Di Stasio f64a12a8e9 fix(MySQL): error with ANSI sql_mode 2022-08-07 19:00:12 +02:00
Fabio Di Stasio e29d86b409 refactor: shortcuts registration via ShortcutRegister class 2022-08-05 12:07:19 +02:00
Fabio Di Stasio 8c6950cebd refactor: minor refactors 2022-08-01 18:13:14 +02:00
Fabio Di Stasio 1d151e9349 fix: error on schema export 2022-07-26 13:33:57 +02:00
Fabio Di Stasio f3b5de38c4 feat: export table content as SQL INSERT 2022-07-25 12:19:58 +02:00
Fabio Di Stasio 8ecaedbf6c fix: disable ctrl+alt+(left/right) shortcut on linux 2022-07-21 11:01:10 +02:00
Fabio Di Stasio cb038b374a fix: issue with logger on import/export 2022-07-19 10:10:24 +02:00
Fabio Di Stasio 0b1aa3dd29 fix: console events disabled in production 2022-07-18 17:21:34 +02:00
Fabio Di Stasio 6a6f43a718 feat: initial console implementation 2022-07-18 11:58:22 +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 abf829867e feat: Ctrl+PgUp & Ctrl+PgDn to navigate between tabs 2022-07-14 19:30:34 +02:00
Fabio Di Stasio ed3d35f131 fix(Linux): ctrl+space shortcut not working 2022-07-13 18:25:42 +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 822af44a47 refactor: minor improvements 2022-06-27 18:28:04 +02:00
Fabio Di Stasio a80d227400 fix(Windows): white window buttons with dark theme 2022-06-24 18:17:37 +02:00
Fabio Di Stasio 93ce619782 fix(Windows): Windows 7 style window frame at startup 2022-06-23 11:57:25 +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 89e8d9fcdb refactor: ts and composition api on WorkspaceTabNew* components 2022-06-14 20:02:17 +02:00
Fabio Di Stasio 33a4663694 Merge branch 'master' of https://github.com/antares-sql/antares into ts-renderer 2022-06-13 09:29:05 +02:00
fabio286 6bad032f0d fix(Linux): setting bar tooltip position 2022-06-11 14:26:51 +02:00
Fabio Di Stasio 5b33419b64 fix: exception on app start setting window title 2022-06-08 14:55:29 +02:00
Fabio Di Stasio 00242697a1 feat: dynamic app window title 2022-06-08 13:24:14 +02:00
fabio286 85cec05f70 perf(Linux): title bar improvements 2022-06-08 13:04:19 +02:00
Fabio Di Stasio 5fa8bf38e4 perf(Windows): title bar improvements 2022-06-07 18:32:37 +02:00
Fabio Di Stasio 23acf00def fix: main process not closed after window close on some conditions 2022-06-07 09:33:03 +02:00
Fabio Di Stasio be70b5be7f refactor: ts on ipc api 2022-06-05 17:57:44 +02:00
Fabio Di Stasio 7fc01227e7 refactor: ts and composition api on more components 2022-06-04 18:37:16 +02:00
Fabio Di Stasio d151c7254e build: Windows icon improvements 2022-06-02 11:17:53 +02:00
Fabio Di Stasio caf776bd55 fix: inline field update not working with tables missing primary key 2022-06-01 18:31:25 +02:00
Fabio Di Stasio a7d5e1973c fix(SQLite): unable to insert rows with TEXT fields 2022-06-01 09:56:45 +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 5a50ba88e8 Merge branch 'master' of https://github.com/antares-sql/antares into ts-renderer 2022-05-15 18:23:09 +02:00
Fabio Di Stasio a082514f88 fix(PostgreSQL): idle timeout disabled 2022-05-15 17:37:54 +02:00
Fabio Di Stasio c826888b0d fix: SSH tunnel connection error with private key, closes #260 2022-05-14 11:24:24 +02:00
Fabio Di Stasio 45b2eb2934 fix: reactivity problem on BaseVirtualScroll component 2022-05-11 11:27:29 +02:00
Fabio Di Stasio ff272440bd fix: unable to insert auto-generated datetime fields 2022-05-10 15:14:34 +02:00
Fabio Di Stasio 6d6151814e fix: SSH tunnel not working 2022-05-10 14:44:45 +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 4be0f6bbbc Merge branch 'master' of https://github.com/Fabio286/antares into vue3-migration 2022-04-30 12:03:32 +02:00
Fabio Di Stasio 9f0ec5e0ce vue devtools integrated in chromium devtools 2022-04-28 10:34:44 +02:00