SQLC with ECHO
#2221
-
is anyone using SQLC |
Beta Was this translation helpful? Give feedback.
Answered by
aldas
Jul 15, 2022
Replies: 1 comment 1 reply
-
You seem to be passing |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
topben
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You seem to be passing
echo.Context
but should pass standard librarycontext.Context
instead. You can get hold of correct context this wayc.Request().Context()
.