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

PostgresDBI: Add Support for "ARRAY" columns #65

Open
markddrake opened this issue Feb 11, 2021 · 1 comment
Open

PostgresDBI: Add Support for "ARRAY" columns #65

markddrake opened this issue Feb 11, 2021 · 1 comment
Assignees
Labels
enhancement New feature or request PostgresDBI Yadamu Driver for Postgres

Comments

@markddrake
Copy link
Owner

Currently Yadamu does not support exporting tables that contain one or more ARRAY columns

@markddrake markddrake added enhancement New feature or request PostgresDBI Yadamu Driver for Postgres labels Feb 11, 2021
@markddrake markddrake self-assigned this Feb 11, 2021
@markddrake
Copy link
Owner Author

Array columns will probably need to be mapped to JSON columns in the target database.
Roundtripping of Table containing array columns with Postgres needs to be investigated.
This will also impact DDL operations

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request PostgresDBI Yadamu Driver for Postgres
Projects
None yet
Development

No branches or pull requests

1 participant