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

parser: Generate correct types for SELECT EXISTS #411

Merged
merged 1 commit into from
Mar 19, 2020
Merged

Conversation

kyleconroy
Copy link
Collaborator

SELECT EXISTS queries will now correctly return bool.

Fixes #410

@kyleconroy kyleconroy merged commit 2ad9a8e into master Mar 19, 2020
@kyleconroy kyleconroy deleted the select_exists branch March 19, 2020 18:44
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.

'SELECT EXISTS' queries should return bool, but doesn't
1 participant