SQLC with ECHO
#2221
|
is anyone using SQLC |
Answered by
aldas
Jul 15, 2022
Replies: 1 comment 1 reply
|
You seem to be passing |
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.Contextbut should pass standard librarycontext.Contextinstead. You can get hold of correct context this wayc.Request().Context().