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

Support additional query types #1661

Open
kyleconroy opened this issue Jun 4, 2022 · 1 comment
Open

Support additional query types #1661

kyleconroy opened this issue Jun 4, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@kyleconroy
Copy link
Collaborator

sqlc only supports a few query types: SELECT, UPDATE, INSERT, DELETE.

It should be able to support any DDL or DML query.

@sgielen
Copy link

sgielen commented Jan 15, 2024

@kyleconroy I believe this is resolved in sqlc v1.25.0 (but I don't see it clearly in the release notes). See #1599.

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

No branches or pull requests

2 participants