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
ad713fcf35
chore(release): 0.4.4
2022-02-27 14:07:24 +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
ddee68b4c2
ci: set windows-2019 for GitHub Actions
2022-02-26 10:01:46 +01:00
Fabio Di Stasio
573ac6d42e
perf: use fork() for the import process
2022-02-24 13:14:57 +01:00
Fabio Di Stasio
265f28b4d9
fix: zero-padded bit fields beyond length
2022-02-21 21:40:26 +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
95d15de1bd
chore: update README.md
2022-02-16 08:57:54 +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
5bfff649e9
feat: reminder for uncommitted changes closing a tab
2022-02-15 09:23:07 +01:00
Fabio Di Stasio
76743e8f7c
feat: execution notification for ROLLBACK and COMMIT
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
2c7c97852f
chore(release): 0.4.3
2022-01-30 12:39:54 +01:00
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
64deedc5ad
test: temporary skip tests on WIndows
2022-01-30 11:44:01 +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
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
745b55a942
chore: update dependencies
2022-01-25 09:08:45 +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
Fabio Di Stasio
a780c7e0ff
Merge pull request #179 from Fabio286/all-contributors/add-goYou
...
docs: add goYou as a contributor for translation
2022-01-20 08:56:33 +01:00
allcontributors[bot]
9a1bb0599f
docs: update .all-contributorsrc [skip ci]
2022-01-20 07:56:07 +00:00
allcontributors[bot]
d847870f67
docs: update README.md [skip ci]
2022-01-20 07:56:06 +00:00
Fabio Di Stasio
cd24371576
Merge pull request #177 from goYou/master
...
feat: add Simplified Chinese translation
2022-01-20 08:54:56 +01:00
goYou
6ef565cf07
feat: add Simplified Chinese translation
2022-01-20 01:50:18 +08: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
f28531a225
build: resolved dependency conflicts
2022-01-16 11:50:35 +01:00