Jonathan Fishner
68412f90a7
fix: add postgres array type support for import and export ( #958 )
...
* fix: add postgres array type support for import and export
* fix
---------
Co-authored-by: Guy Ben-Aharon <baguy3@gmail.com >
2025-10-27 17:02:44 +02:00
Jonathan Fishner
57b3b8777f
fix: add auto-increment field detection in smart-query import ( #935 )
2025-09-28 17:09:02 +03:00
Jonathan Fishner
2fce8326b6
fix(import-database): for custom types query to import supabase & timescale ( #745 )
2025-06-11 21:50:42 +03:00
Jonathan Fishner
0d11b0c55a
fix(import-database): remove the default fetch from import database ( #718 )
...
* fix(import-database): remove the default fetch from import database
* fix(import-default): keep the option to fetch extras like default and comments
2025-05-28 10:10:33 +03:00
Jonathan Fishner
cf1e141837
fix(custom-types): fetch directly via the smart-query the custom types ( #729 )
2025-05-27 19:26:07 +03:00
Jonathan Fishner
c3904d9fdd
feat(custom-types): add enums and composite types for Postgres ( #714 )
...
* feat(postgres): add custom datatypes to import script
* import only enums & composite types
* init commit to support custom types in postgres
* add support in matching custom fields on import + be able to choose it as type for feild
* update select box + type names
* all but ui
* update ui
* fix build
* fix build
* fix
---------
Co-authored-by: Guy Ben-Aharon <baguy3@gmail.com >
2025-05-26 15:18:49 +03:00
Jonathan Fishner
481ad3c844
fix(import-database): remove view_definition when importing via query ( #702 )
...
* fix(import-database): remove view_definition when importing via query
* fix(view_definition): remove view_definition in cockroachdb & maria
* fix
---------
Co-authored-by: Guy Ben-Aharon <baguy3@gmail.com >
2025-05-14 18:59:09 +03:00
Guy Ben-Aharon
0940d72d5d
fix(import): strict parse of database metadata ( #635 )
...
* fix: strict parst of database metadata
* fix: strict parst of database metadata
* fix: strict parst of database metadata
* fix: strict parst of database metadata
* fix: strict parst of database metadata
* remove partial
* fix: strict parst of database metadata
* fix: strict parst of database metadata
* fix slqite
* udapte mysql + maria
* fix: strict parst of database metadata
* fix mssql
* commit mysql
---------
Co-authored-by: johnnyfish <jonathanfishner11@gmail.com >
2025-03-27 17:32:35 +02:00
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