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

Fixed RD-15104: Support arrays in SQL output #534

Conversation

bgaidioz
Copy link
Collaborator

@bgaidioz bgaidioz commented Nov 14, 2024

Postgres queries can legitimately return arrays as columns. So far the SQL compiler service wouldn't support them. Here's a patch to support them. Added a test to exercise the logic and make sure it all goes to the output.

@bgaidioz bgaidioz force-pushed the RD-15104-sql-compiler-does-not-support-all-types-of-das-jira-protocol branch from ed44296 to 4b9375b Compare November 15, 2024 10:52
@bgaidioz bgaidioz force-pushed the RD-15104-sql-compiler-does-not-support-all-types-of-das-jira-protocol branch from 4b9375b to e49de49 Compare November 15, 2024 10:53
@bgaidioz bgaidioz merged commit f222e30 into main Nov 15, 2024
6 checks passed
@bgaidioz bgaidioz deleted the RD-15104-sql-compiler-does-not-support-all-types-of-das-jira-protocol branch November 15, 2024 12:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant