-
Now if I want to add a string parameter without casting I do Raw("#p", RawArgs{"#p": "some value"}) Is there an easier helper function? I want the resulting query to have |
Beta Was this translation helpful? Give feedback.
Answered by
go-jet
Sep 20, 2022
Replies: 1 comment 4 replies
-
@isgj Yeah, that would be the easier way to add query parameter without explicit cast. |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
isgj
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@isgj Yeah, that would be the easier way to add query parameter without explicit cast.
Why do you need such a parameter? What type is
$1
parameter?