Commit Graph

521 Commits

Author SHA1 Message Date
Fabio Di Stasio 6f93e1f9ab chore: AUR badge on README.md 2021-05-26 13:19:48 +02:00
Fabio Di Stasio 04bdd085a5 fix: wrong detection of field default expressions in some cases 2021-05-25 16:54:13 +02:00
Fabio Di Stasio c568acae14 build: update dependencies 2021-05-25 10:09:09 +02:00
Fabio Di Stasio 7a46a119d8 chore(release): 0.1.9 2021-05-23 11:35:54 +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 f839d5cd3c chore: Twitter link in about tab 2021-05-23 10:19:56 +02:00
Fabio Di Stasio 8f4f1d393c
chore: update README.md 2021-05-22 17:33:03 +02:00
Fabio Di Stasio ab17c6d4bf
chore: update README.md 2021-05-22 17:26:32 +02:00
Fabio Di Stasio b4b2f3d0cf chore(release): 0.1.8 2021-05-22 16:25:52 +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 f6b77d1243 build: update dependencies 2021-05-22 16:12:08 +02:00
Fabio Di Stasio 840241c3cc refactor: better description in foreign key value select 2021-05-20 15:07:51 +02:00
Fabio Di Stasio 0f10c9e824 fix: internal id not removed before row update 2021-05-20 12:45:49 +02:00
Fabio Di Stasio 1e37f2a96f fix: unable to add new ENUM fields 2021-05-20 12:38:05 +02:00
Fabio Di Stasio 0d6137195d fix: unable to delete table rows 2021-05-19 16:55:38 +02:00
Fabio Di Stasio d26f168250 build: update build script 2021-05-17 19:08:36 +02:00
Fabio Di Stasio 5efcad4d3f chore(release): 0.1.7 2021-05-16 21:08:52 +02:00
Fabio Di Stasio 0a872e7023 build: separate build configurations 2021-05-16 21:03:04 +02:00
Fabio Di Stasio 0e425a9c6d build: removed linux arm64 build from build process 2021-05-16 19:50:06 +02:00
Fabio Di Stasio 434711a360 perf(MySQL): improved connections pool handling 2021-05-15 21:47:30 +02:00
fabio286 854472c7a3 fix: row loses internal id after cell update 2021-05-15 19:33:31 +02:00
Fabio Di Stasio 9a7cd90d5c build: arm mac (apple silicon) build configuration 2021-05-14 22:24:50 +02:00
fabio286 026400d242 build: arm linux build configuration 2021-05-14 18:59:58 +02:00
Fabio Di Stasio 4bd8cbbf6c build: moved to sass from node-sass 2021-05-14 17:27:56 +02:00
Fabio Di Stasio 1382bc9300
Merge pull request #64 from Fabio286/dependabot/npm_and_yarn/pgsql-ast-parser-8.1.1
build(deps): bump pgsql-ast-parser from 7.2.1 to 8.1.1
2021-05-14 17:21:10 +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 c7663be338 fix: multiple row select on sorted tables not work properly 2021-05-11 18:32:11 +02:00
Fabio Di Stasio 496490b14a build: update dependencies and build config 2021-05-11 12:00:22 +02:00
dependabot[bot] 672573d8c2
build(deps): bump pgsql-ast-parser from 7.2.1 to 8.1.1
Bumps [pgsql-ast-parser](https://github.com/oguimbal/pgsql-ast-parser) from 7.2.1 to 8.1.1.
- [Release notes](https://github.com/oguimbal/pgsql-ast-parser/releases)
- [Changelog](https://github.com/oguimbal/pgsql-ast-parser/blob/master/changelog.md)
- [Commits](https://github.com/oguimbal/pgsql-ast-parser/compare/7.2.1...8.1.1)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-10 06:16:49 +00:00
Fabio Di Stasio d923453919 chore(release): 0.1.6 2021-05-08 17:33:25 +02:00
Fabio Di Stasio 0435279604 build: temporarily disabled Windows builds due issues with dependencies 2021-05-08 17:22:45 +02:00
Fabio Di Stasio 79cef61fea build: revert to electron-builder@22.9.1 due Windows build issues 2021-05-08 17:13:24 +02:00
Fabio Di Stasio dec334737f chore: update dependencies 2021-05-08 16:41:18 +02:00
Fabio Di Stasio 84c3692e95 chore: icons for appx build 2021-05-08 16:04:37 +02:00
Fabio Di Stasio 5dc0b0bea4 perf: italian translation updated 2021-05-07 12:11:55 +02:00
Fabio Di Stasio 19d16e46bb build: update dependencies 2021-05-06 22:55:10 +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 9dfe7cca22 fix(UI): data type figure twice on type select 2021-05-03 22:55:39 +02:00
fabio286 35ef070725 fix: support to mDNS/zeroconf in snap build, closes #58 2021-05-01 12:16:57 +02:00
Fabio Di Stasio 370ad6a536 chore(release): 0.1.5 2021-04-30 17:37:04 +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 6e332da425 chore: update issue template 2021-04-28 16:56:04 +02:00
Fabio Di Stasio bf3367b41d build: minor changes to build and dependencies 2021-04-28 12:11:39 +02:00
Fabio Di Stasio ecfb732c26 fix: % character not properly escaped, closes #60 2021-04-28 12:10:43 +02:00