You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use a stored procedure within resultlessStatement, but the parser complains as soon as it sees the call keyword in my query body. Is it supported by the parser, or should I fallback to manual encoders as explained in nikita-volkov/hasql#145 (comment) ?
The text was updated successfully, but these errors were encountered:
Hi!
I'm trying to use a stored procedure within
resultlessStatement
, but the parser complains as soon as it sees thecall
keyword in my query body. Is it supported by the parser, or should I fallback to manual encoders as explained in nikita-volkov/hasql#145 (comment) ?The text was updated successfully, but these errors were encountered: