Commit Graph

49 Commits

Author SHA1 Message Date
Nybkox
dc9bfdc553 fix: update pssql triggers query to match ts def 2024-12-19 10:50:39 +01:00
Nybkox
56972652d5 fix: pssql triggers - map tgtype to timing / event type correctly 2024-12-19 09:53:11 +01:00
Nybkox
4cc0a66a7d feat: add pssql triggers to analyser 2024-12-17 10:16:06 +01:00
SPRINX0\prochazka
deb13505b8 fixed loading constraints #734 2024-12-13 16:27:14 +01:00
Nybkox
21702f1593 fix: do not fetch pssql params w/o name 2024-12-03 13:03:05 +01:00
Nybkox
10fc62ceb7 fix: do not order pssql params by name 2024-12-03 13:02:40 +01:00
Nybkox
262b4732e3 feat: use parameterMode instead of isOutputParameter 2024-11-28 21:07:59 +01:00
Nybkox
7f9a30f568 fix: add missing conditions for pssql parameters query 2024-11-28 21:07:59 +01:00
Nybkox
926949dc89 fix: remove redundant field from ParameterInfo 2024-11-28 21:07:59 +01:00
Nybkox
6b155083ef feat: stored procedures and funciton parameters support for pssql 2024-11-28 21:07:59 +01:00
SPRINX0\prochazka
9d8dd558e2 fixed load postgres schema on Azure #906 2024-10-01 16:36:26 +02:00
SPRINX0\prochazka
02af761bf7 postgre fix 2024-09-20 15:50:16 +02:00
SPRINX0\prochazka
d3a24627dd postgres - show system databases when using separate schemas 2024-09-20 14:52:29 +02:00
Jan Prochazka
cb7224ac94 fix 2024-09-19 14:23:34 +02:00
Jan Prochazka
b30f139b5d postgre analyser supports compisite db names 2024-09-19 14:15:22 +02:00
Jan Prochazka
3e5b45de8f schemaList moved from dbinfo to separate request 2024-09-19 10:59:09 +02:00
SPRINX0\prochazka
5ab686b721 schema update in database analyser 2024-09-18 15:37:34 +02:00
Jan Prochazka
be6e0f3bc8 string_agg usage fix 2024-07-25 10:47:20 +02:00
Jan Prochazka
3867b7f5ba fix: string_agg not supported in redhist 2024-07-25 10:32:16 +02:00
Jan Prochazka
97753e2b11 #839 filter out timescaledb internal objects 2024-07-24 15:31:48 +02:00
Jan Prochazka
373a35fe65 Revert "Merge pull request #744 from Bare7a/postgresql-user-type-enhancements"
This reverts commit fdabe1eeaa, reversing
changes made to 4429b1d618.
2024-05-29 07:09:43 +02:00
Bare7a
26a46d9037 updated tableModifications.js 2024-04-06 17:39:58 +03:00
Bare7a
b9a974ca27 updated tableModifications.js 2024-04-06 17:37:14 +03:00
Bare7a
e4ed163723 updated tableModifications.js 2024-04-06 17:33:47 +03:00
Bare7a
4d8c62f3f5 updated tableModifications.js 2024-04-06 17:31:25 +03:00
Bare7a
4b2e28483b Updated columns.js 2024-04-06 17:30:09 +03:00
Bare7a
3cd070e211 Update columns.js 2024-04-06 17:21:06 +03:00
Bare7a
1e818e7756 Postgresql - Show proper types for Composite Types, Enums and Arrays 2024-04-06 17:13:36 +03:00
Jan Prochazka
feed0cd8db postgres analyse index desc #514 2023-03-11 10:33:13 +01:00
Jan Prochazka
3dfae351a6 foreign key loading optimalization #451 2023-01-21 09:34:29 +01:00
Jan Prochazka
2944d0fa39 postgis - analyse geo columns, show in map 2022-06-11 22:21:09 +02:00
Jan Prochazka
ca3f1d720d postgresql analyse optyimalization #273 2022-06-02 10:57:53 +02:00
Jan Prochazka
f4c39bbf3c cockroach fk analyse fix 2021-09-04 21:54:12 +02:00
Jan Prochazka
04a6540890 postgre, mysql uniques, recreate table WIP, drop index works 2021-09-04 18:43:59 +02:00
Jan Prochazka
b9e2e51bd7 index column analysingh works for both postgres and cockroach 2021-08-25 18:43:08 +02:00
Jan Prochazka
10e63f3e77 index column analysis - postgres is OK, still fails for cockroach 2021-08-20 22:24:31 +02:00
Jan Prochazka
820044b489 postgre sql indexes analysis - partialy working 2021-08-20 22:17:02 +02:00
Jan Prochazka
3fa71cc94a postgre function analyser 2021-06-10 14:11:26 +02:00
Jan Prochazka
0a06ebf9c3 postgresql materialized views #123 2021-05-28 22:18:06 +02:00
Jan Prochazka
94804957e5 fixed incremental analysis of postre view columns 2021-05-28 15:51:36 +02:00
Jan Prochazka
73d8ad36ad createSql test + postgre FIX 2021-05-27 15:46:21 +02:00
Jan Prochazka
1ccdf7f07e #122 2021-05-27 14:25:20 +02:00
Jan Prochazka
3a08462018 fix analyser for cockroach 2021-05-16 11:43:19 +02:00
Jan Prochazka
acc49273c1 postgre sql analyser - works also for redshift 2021-05-16 08:56:56 +02:00
Jan Prochazka
7857771056 postgre modification detection algorithm 2021-05-15 22:03:23 +02:00
Jan Prochazka
f9545eaf7f CockroachDB analysis #112 2021-05-14 16:44:48 +02:00
Jan Prochazka
216ef7736b #112 fix for CockroachDB 2021-05-13 12:05:56 +02:00
Jan Prochazka
e3d1e4f53e fixed analysing postgre functions #105 2021-04-29 09:32:59 +02:00
Jan Prochazka
4d5cc119f2 added plugins 2021-04-13 16:17:53 +02:00