-
Notifications
You must be signed in to change notification settings - Fork 867
Mark query parameters as nullable #1155
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
Labels
enhancement
New feature or request
Comments
Option 1 seems to be the best way to implement this feature. |
how would you go about the shorthand for |
Fixed by #1536 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For the following query, sqlc will generate a function signature with a string for parameter $1.
How should we indicate that parameter $1 should be nullable?
Option 1: Add a parameter to the
sqlc.arg
functionOriginally reported in #200
The text was updated successfully, but these errors were encountered: