Fabio Di Stasio
|
9551afbd2d
|
feat: ability to copy multiple selected rows
|
2022-07-25 14:56:00 +02:00 |
Fabio Di Stasio
|
1ead76c028
|
fix: missing defaults on insert row window
|
2022-07-25 13:09:41 +02:00 |
Fabio Di Stasio
|
d3da15aa13
|
feat: copy row as SQL INSERT
|
2022-07-25 12:42:22 +02:00 |
Fabio Di Stasio
|
f3b5de38c4
|
feat: export table content as SQL INSERT
|
2022-07-25 12:19:58 +02:00 |
Askar Kanturin
|
d4b6d2e9d1
|
changed readme
|
2022-07-23 10:20:36 +02:00 |
Askar Kanturin
|
e2c106e4e0
|
fixed typo in readme
i'm no native speaker, but i feel this is a typo
|
2022-07-23 10:20:36 +02:00 |
Fabio Di Stasio
|
eb60899e6e
|
fix(MySQL): missing quoted identifier for column names in table filter, closes #380
|
2022-07-22 10:08:33 +02:00 |
Fabio Di Stasio
|
1d367d468d
|
Merge branch 'master' of https://github.com/antares-sql/antares
|
2022-07-21 11:01:13 +02:00 |
Fabio Di Stasio
|
8ecaedbf6c
|
fix: disable ctrl+alt+(left/right) shortcut on linux
|
2022-07-21 11:01:10 +02:00 |
dependabot[bot]
|
dd1eebd4ec
|
build(deps): bump terser from 5.13.1 to 5.14.2
Bumps [terser](https://github.com/terser/terser) from 5.13.1 to 5.14.2.
- [Release notes](https://github.com/terser/terser/releases)
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/terser/terser/commits)
---
updated-dependencies:
- dependency-name: terser
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-07-21 08:43:24 +02:00 |
Fabio Di Stasio
|
8c83b3f144
|
fix: missing table on insert new records on session restored tabs
|
2022-07-20 10:41:44 +02:00 |
Fabio Di Stasio
|
985e5d3527
|
feat: context menu option to duplicate a table row
|
2022-07-19 17:48:51 +02:00 |
Fabio Di Stasio
|
78902639eb
|
feat: execute selected query
|
2022-07-19 15:02:17 +02:00 |
Fabio Di Stasio
|
cb038b374a
|
fix: issue with logger on import/export
|
2022-07-19 10:10:24 +02:00 |
Fabio Di Stasio
|
eafdb1cc3d
|
chore(release): 0.5.11
|
2022-07-19 08:14:47 +02:00 |
Fabio Di Stasio
|
91e0630513
|
fix: unable to edit table fields content on tables with datetime fields
|
2022-07-19 08:08:51 +02:00 |
Fabio Di Stasio
|
bf768c3800
|
fix: filter persists switching temporary table tabs
|
2022-07-18 18:29:12 +02:00 |
Fabio Di Stasio
|
0b1aa3dd29
|
fix: console events disabled in production
|
2022-07-18 17:21:34 +02:00 |
Fabio Di Stasio
|
ec75f9546a
|
chore(release): 0.5.10
|
2022-07-18 14:44:30 +02:00 |
Fabio Di Stasio
|
9bc9adb7cf
|
fix: exception on QueryEditor with null modelValue
|
2022-07-18 14:43:38 +02:00 |
Fabio Di Stasio
|
b4d14d98db
|
refactor: improved console with light theme
|
2022-07-18 11:58:22 +02:00 |
Fabio Di Stasio
|
c21bd6075c
|
feat: context menu to copy queries from console
|
2022-07-18 11:58:22 +02:00 |
Fabio Di Stasio
|
44647f5b55
|
feat: open/close console on single connection
|
2022-07-18 11:58:22 +02:00 |
Fabio Di Stasio
|
3f9e6d85ca
|
perf: improved resize of text editor resizing console height
|
2022-07-18 11:58:22 +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
|
b71f04e5aa
|
feat: field names suggestion for tables in the query
|
2022-07-14 16:09:04 +02:00 |
Fabio Di Stasio
|
7725fafe85
|
fix: unable to delete by select all in left bar search, closes #368
|
2022-07-13 18:50:16 +02:00 |
Fabio Di Stasio
|
ed3d35f131
|
fix(Linux): ctrl+space shortcut not working
|
2022-07-13 18:25:42 +02:00 |
fabio286
|
e0946f04f7
|
fix: unable to update data on tables missing primary or unique key
|
2022-07-13 09:30:30 +02:00 |
Fabio Di Stasio
|
0891e7be8c
|
refactor: disabled autofocus for scheduler timing modal
|
2022-07-11 11:35:30 +02:00 |
Fabio Di Stasio
|
f312cf5f85
|
perf(UI): improved visibility of explore bar tooltips
|
2022-07-11 09:56:33 +02:00 |
Fabio Di Stasio
|
05e0d310ec
|
Merge pull request #363 from goYou/master
feat: Update zh-CN.ts
|
2022-07-10 09:13:35 +02:00 |
goYou
|
1e0b2b4cae
|
Update zh-CN.ts
|
2022-07-10 14:49:30 +08:00 |
Fabio Di Stasio
|
5ee728cfe4
|
Merge pull request #361 from antares-sql/dependabot/npm_and_yarn/moment-2.29.4
build(deps): bump moment from 2.29.3 to 2.29.4
|
2022-07-09 12:41:20 +02:00 |
Fabio Di Stasio
|
a91fa8ff54
|
fix: fields content language detection not working properly
|
2022-07-09 12:39:44 +02:00 |
dependabot[bot]
|
2c13433900
|
build(deps): bump moment from 2.29.3 to 2.29.4
Bumps [moment](https://github.com/moment/moment) from 2.29.3 to 2.29.4.
- [Release notes](https://github.com/moment/moment/releases)
- [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/moment/moment/compare/2.29.3...2.29.4)
---
updated-dependencies:
- dependency-name: moment
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-07-09 10:38:14 +00:00 |
Fabio Di Stasio
|
dcc2a4c51c
|
refactor: replaced @vscode/vscode-languagedetection with custom language detection
|
2022-07-09 12:37:30 +02:00 |
Fabio Di Stasio
|
7537dff401
|
chore(release): 0.5.9
|
2022-07-06 14:42:32 +02:00 |
Fabio Di Stasio
|
853ee1f572
|
revert: revert to better-sqlite 7.5.1 due build issues
|
2022-07-06 10:43:32 +02:00 |
Fabio Di Stasio
|
cf9c7c600a
|
fix: error on export schema
|
2022-07-06 10:26:24 +02:00 |
Fabio Di Stasio
|
73b88cad9e
|
Merge branch 'master' of https://github.com/antares-sql/antares
|
2022-07-06 09:37:21 +02:00 |
Fabio Di Stasio
|
d2eb31a63d
|
perf(UI): improved focus visibility for buttons
|
2022-07-06 09:37:18 +02:00 |
Fabio Di Stasio
|
d6b36b1f80
|
Merge pull request #353 from antares-sql/dependabot/npm_and_yarn/better-sqlite3-7.5.3
build(deps): bump better-sqlite3 from 7.5.1 to 7.5.3
|
2022-07-05 18:20:56 +02:00 |
dependabot[bot]
|
d66b932683
|
build(deps): bump better-sqlite3 from 7.5.1 to 7.5.3
Bumps [better-sqlite3](https://github.com/WiseLibs/better-sqlite3) from 7.5.1 to 7.5.3.
- [Release notes](https://github.com/WiseLibs/better-sqlite3/releases)
- [Commits](https://github.com/WiseLibs/better-sqlite3/compare/v7.5.1...v7.5.3)
---
updated-dependencies:
- dependency-name: better-sqlite3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-07-05 06:59:47 +00:00 |
Fabio Di Stasio
|
20f5497034
|
Merge pull request #341 from antares-sql/dependabot/npm_and_yarn/vue-3.2.37
build(deps): bump vue from 3.2.33 to 3.2.37
|
2022-07-05 08:54:40 +02:00 |
Fabio Di Stasio
|
d4ed886489
|
Merge pull request #339 from antares-sql/dependabot/npm_and_yarn/mdi/font-6.9.96
build(deps): bump @mdi/font from 6.1.95 to 6.9.96
|
2022-07-05 08:54:30 +02:00 |
dependabot[bot]
|
aaa14f112a
|
build(deps): bump vue from 3.2.33 to 3.2.37
Bumps [vue](https://github.com/vuejs/core) from 3.2.33 to 3.2.37.
- [Release notes](https://github.com/vuejs/core/releases)
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md)
- [Commits](https://github.com/vuejs/core/compare/v3.2.33...v3.2.37)
---
updated-dependencies:
- dependency-name: vue
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-07-04 15:41:08 +00:00 |
dependabot[bot]
|
e0f3ff6939
|
build(deps): bump @mdi/font from 6.1.95 to 6.9.96
Bumps [@mdi/font](https://github.com/Templarian/MaterialDesign-Webfont) from 6.1.95 to 6.9.96.
- [Release notes](https://github.com/Templarian/MaterialDesign-Webfont/releases)
- [Commits](https://github.com/Templarian/MaterialDesign-Webfont/compare/v6.1.95...v6.9.96)
---
updated-dependencies:
- dependency-name: "@mdi/font"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-07-04 15:41:01 +00:00 |