443170bbb1
refactor: vue3 migration in progress
2022-04-21 14:39:24 +02:00
Cleverson
eaf38df1b7
Fixed a typo
...
Fixed a typo
2022-04-20 16:14:14 -03:00
472fa6f430
fix: wrong path module importation
2022-04-17 13:00:53 +02:00
79f32ca442
refactor: db import ts refactor
2022-04-17 13:00:53 +02:00
ce0f278caf
refactor: db exporter ts refactor
2022-04-17 13:00:53 +02:00
6adc93e1cd
refactor: ipc handlers ts refactor
2022-04-17 13:00:53 +02:00
5e2ad8c377
refactor: sqlite client ts refactor
2022-04-17 13:00:53 +02:00
d85662cb7d
refactor: posgtre client ts refactor
2022-04-17 13:00:53 +02:00
e3907914f2
build: fixed module resolution and workers webpack config
2022-04-17 13:00:53 +02:00
c6c14fbf2b
refactor: mysql client ts refactor
2022-04-17 13:00:53 +02:00
9a0f982723
fix: wrong path module importation
2022-04-17 12:27:46 +02:00
75a41769bf
refactor: db import ts refactor
2022-04-17 12:01:07 +02:00
5dbc127b51
refactor: db exporter ts refactor
2022-04-15 23:13:23 +02:00
a315eeae6c
refactor: ipc handlers ts refactor
2022-04-15 14:56:13 +02:00
25a6fded2e
refactor: sqlite client ts refactor
2022-04-14 18:25:13 +02:00
42fcded9f1
refactor: posgtre client ts refactor
2022-04-14 09:15:16 +02:00
186cb85d2e
build: fixed module resolution and workers webpack config
2022-04-12 17:59:22 +02:00
fc1d6fba7f
refactor: mysql client ts refactor
2022-04-12 17:08:05 +02:00
Cleverson
744c623914
Update pt-BR.js
2022-04-11 09:22:24 -03:00
6cc098c6f0
feat(core): option to allow untrusted SSL connections
2022-04-10 10:49:27 +02:00
40828cb3ff
Merge pull request #208 from antares-sql/feat/postgre-import-export
...
feat(PostgreSQL): import/export
2022-04-07 17:56:37 +02:00
6086ca4a80
feat(PostgreSQL): sql dump importer
2022-04-07 12:49:34 +02:00
796f61bf2f
feat: french translation updated, closes #222
2022-04-04 10:29:11 +02:00
0f9c991f53
fix(PostgreSQL): wrong values exporting table content
2022-04-02 11:44:55 +02:00
638a88a1fb
perf(PostgreSQL): improved views exportation
2022-04-01 18:36:02 +02:00
026d74c8c8
fix: ssh tunnel not properly working, closes #220
2022-04-01 09:51:03 +02:00
77f8cac6cf
refactor: update repo links
2022-03-31 16:04:47 +02:00
408ddeda56
perf(PostgreSQL): improved dump file
2022-03-27 11:41:35 +02:00
f12e6a96dd
fix(UI): connection buttons out of screen on small displays, closes #213
2022-03-24 17:34:24 +01:00
a8ca8f2f76
feat(PostgreSQL): export functions and procedures
2022-03-23 13:26:46 +01:00
Cleverson
9601c59392
Update pt-BR.js
2022-03-22 14:38:24 -03:00
Cleverson
14d20a30c1
Added some missing translations for pt-BR
...
Added some translations for pt-BR
2022-03-22 14:29:33 -03:00
42376b4bc6
feat(PostgreSQL): export triggers
2022-03-22 17:25:34 +01:00
e9079adb25
feat(UI): option to disable blur effects, closes #209
2022-03-22 16:13:44 +01:00
86f011f34f
feat(PostgreSQL): export views
2022-03-22 12:59:13 +01:00
bb02479b71
feat(PostgreSQL): export user-defined types before tables
2022-03-22 12:40:14 +01:00
a67071e284
feat(PostgreSQL): export tables
2022-03-21 18:32:45 +01:00
8f3efabb69
feat: export database as zip sql file
2022-03-18 18:12:13 +01:00
db628f7722
fix: numeric scale displayed on non decimal fields
2022-03-17 18:17:59 +01:00
dd070d008d
Merge pull request #129 from toriphes/feat/db-import-export
...
feat(MySQL): db import export
2022-03-12 14:17:48 +01:00
ee415da127
fix(MySQL): exception exporting empty procedures/functions
2022-03-12 10:37:40 +01:00
f0d368e3e3
refactor: minor refactor
2022-03-12 10:01:22 +01:00
4be55f3fe9
feat(MySQL): support to multi spatial fields export
2022-03-12 09:52:40 +01:00
fd00ea42ee
refactor: hide export option for PostgreSQL
2022-03-10 10:54:44 +01:00
f3759b6541
perf(MySQL): prevent memory leak on large dump import
2022-03-10 10:23:22 +01:00
Topollo
7dc314eecf
Merge branch 'master' into fix-and-minimize-con-string
2022-03-09 22:14:28 +02:00
Topollo
330a80fe70
perf(PostgreSQL): ⚡ Postgres connection update, better error handling and connection string accommodation.
...
Used the pg package parser function to handle connection strings to lowering chances of errors. All other connection string will work here an example for ssl ```const args = "postgres://user:password@localhost:5432/db?&sslrootcert=./myCaCertificate.pem&sslcert=./myClientCertificate.pem&sslkey=./myPrivateClientKey.pem&ciphers=mytestcipher&ssl=true"``` for ssh these can be used ```ssh: false, sshHost: '', sshUser: '', sshPass: '', sshKey: '', sshPort: 22,```
no breaking changes
2022-03-09 21:52:13 +02:00
Topollo
b2ce533b82
Merge branch 'postgres_con_string' into fix-and-minimize-con-string
2022-03-09 19:41:31 +02:00
Topollo
12ce6b1135
Update testStringDecode.js
2022-03-09 19:40:04 +02:00
Topollo
71c5829702
hi
2022-03-09 19:31:41 +02:00