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

fix: missing imports for slices #1637

Merged
merged 1 commit into from
Jul 10, 2022

Conversation

jlisthood
Copy link
Contributor

Fixes #1253 by checking for type needed for a given slice, this also allows passing slices to as parameters to queries such as WHERE ANY without being restricted to postgres data types

Copy link
Collaborator

@kyleconroy kyleconroy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please include end-to-end tests for PostgreSQL and MySQL

@kyleconroy kyleconroy merged commit 7ac69d7 into sqlc-dev:main Jul 10, 2022
dkhenry pushed a commit to dkhenry/sqlc that referenced this pull request Jul 12, 2022
jlisthood added a commit to jlisthood/sqlc that referenced this pull request Apr 26, 2023
jlisthood added a commit to jlisthood/sqlc that referenced this pull request Apr 28, 2023
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.

UUID package not imported from unnest(@param::uuid[])
2 participants