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: pgx closed batch return pointer if need #1959 #1960

Merged
merged 3 commits into from
Feb 23, 2023

Conversation

flymedllva
Copy link
Contributor

@flymedllva flymedllva commented Nov 19, 2022

Now I return the required standard type specified in the return of the generated function

Fixes: #1959

@flymedllva
Copy link
Contributor Author

@kyleconroy will you merge this pull request?

@kyleconroy
Copy link
Collaborator

Sorry for the delay getting this merged. I'll make sure to get this in for 1.18.0 once the conflicts have been resolved. It should be as simple as running make regen.

@flymedllva flymedllva reopened this Feb 22, 2023
@flymedllva
Copy link
Contributor Author

@kyleconroy resolved conflicts

@kyleconroy kyleconroy merged commit c1c275b into sqlc-dev:main Feb 23, 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.

To check if batch is closed if you need to return a pointer to the type the wrong code is generated
2 participants