Commit Graph

29 Commits

Author SHA1 Message Date
Jonathan Fishner
eb9b41e4f6 fix(psql-import): remove typo for import command (psql) (#546) 2025-01-30 14:53:01 +02:00
Derick Ruiz
27aede7794 Updating the postgres-script so that the psql script creates an output.json with the result instead of using Mac-specific commands. (#520)
Co-authored-by: Jonathan Fishner <jonathanfishner11@gmail.com>
2025-01-14 22:49:40 +02:00
Jonathan Fishner
acb736e44f fix(smart query): import postgres FKs (#357) 2024-11-06 22:49:32 +02:00
Jonathan Fishner
637bfe9611 fix pg import query for comments cols+tbls (#288) 2024-10-19 22:27:12 +03:00
Jonathan Fishner
8e51b220c5 add view definitions (#246)
* add view definitions

* fix query for new sql-server version

* fix build

* add views for sqlite

* fix for mysql view defenition

---------

Co-authored-by: Guy Ben-Aharon <baguy3@gmail.com>
2024-10-07 14:10:44 +03:00
johnnyfish
ab2b16f2be fix for same table name on multiple schemas 2024-09-24 15:00:15 +03:00
johnnyfish
0d9a4e667f fix index aggregation 2024-09-12 12:32:44 +03:00
johnnyfish
48414dac83 fix: add reference_schema to the postgres import script 2024-09-05 19:00:50 +03:00
johnnyfish
1eff9513ef fix: support multi schemas when using import script in postgres 2024-09-05 18:39:57 +03:00
johnnyfish
81c7bcc959 import script pg - add fetch comments for tables and columns 2024-09-02 22:23:38 +03:00
johnnyfish
f89c0ee068 fix psql query 2024-09-02 20:30:05 +03:00
Guy Ben-Aharon
eee9832fe1 add different clients support 2024-09-02 20:30:05 +03:00
johnnyfish
89e0cddd42 fix: update import queries and fix bug for MySQL & MariaDB 2024-09-02 13:56:39 +03:00
johnnyfish
f2f74ad412 fix: add support to MySQL versions below 8.0 2024-09-01 17:38:36 +03:00
johnnyfish
921c238a27 fix pg - FK import query 2024-08-30 16:02:44 +03:00
johnnyfish
633767fe88 fix for Insensitivity when importing FK in pg 2024-08-30 15:03:42 +03:00
johnnyfish
12b6bbacb8 fix postgres import query 2024-08-29 16:39:21 +03:00
Guy Ben-Aharon
c0c340699a add database editions 2024-08-29 16:39:21 +03:00
johnnyfish
26aaebe5b8 add things 2024-08-29 16:39:21 +03:00
johnnyfish
a53966cefc fix import query to support timescale db 2024-08-29 05:54:54 +03:00
johnnyfish
11a43ef174 fix for pg import script - fetch correctly Pks 2024-08-28 20:35:30 +03:00
johnnyfish
cc5fe8bbbf fix pg smart import query, remove quotes 2024-08-28 19:52:36 +03:00
johnnyfish
c7f0afc246 fix - for import quert for pg when need escaping 2024-08-28 13:34:18 +03:00
johnnyfish
f203813f68 fix: to support all postgres schemas and not only public 2024-08-27 15:45:40 +03:00
johnnyfish
453d35bb87 fix for postgres - add escaping for imoprt query 2024-08-27 13:19:52 +03:00
johnnyfish
da972738af fix escape for column default values 2024-08-25 18:11:35 +03:00
Guy Ben-Aharon
c6287cd51a show right import script on create diagram 2024-08-23 01:25:19 +03:00
johnnyfish
a915d8fd16 add all the import queries 2024-08-23 01:25:19 +03:00
Guy Ben-Aharon
44a8bffad1 fix conflicts 2024-08-20 12:23:26 +03:00