Replies: 3 comments
|
There may be other ways, but perhaps an override would work: https://docs.sqlc.dev/en/stable/reference/config.html?highlight=override#overrides Adding the following to your |
|
I'm running into a use case for this as well, I had a parameter To allow compilation, I have to make them both nullable through use of It seems like maybe we need three functions |
|
Actually on second thought, |
Uh oh!
There was an error while loading. Please reload this page.
Hello!
I have a query like this playground link:
This currently generates the following return type for the
GetAuthormethod:Since I'm filtering for
bio IS NOT NULL, is there any way to get sqlc to makeBiojust be astring?All reactions