Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Keep unknown datatypes when importing #370

Open
psychowood opened this issue May 31, 2024 · 0 comments
Open

Keep unknown datatypes when importing #370

psychowood opened this issue May 31, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@psychowood
Copy link

Describe the bug
Not sure if this is a bug or rather a feature request, but since many datatypes exists that are not directy supported in the importar, it could be useful to import the type as is in the sql file instead of clearing that information.

To Reproduce
Steps to reproduce the behavior:

  1. Import a column in a not supported datatype (es. numrange in PostgreSQL)
  2. See that the datatype is empty in the resulting table

Expected behavior
Keep that type. If the json is edited manually, the datatype can be set and shown in the diagram.

Additional context
Perhaps making the datatype field editable besides having some autocomplete suggestions could avoid the issue.

@psychowood psychowood added the bug Something isn't working label May 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant