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
{{ message }}
This repository has been archived by the owner on Jan 28, 2021. It is now read-only.
what would the best way be to add stored procedure support?
It seems we'd need call procedure0() call procedure1(arg1)
...
like for functions, which are already supported, but instead of invoking them in selects, we'd invoke them with call
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
what would the best way be to add stored procedure support?
It seems we'd need
call procedure0()
call procedure1(arg1)
...
like for functions, which are already supported, but instead of invoking them in selects, we'd invoke them with
call
The text was updated successfully, but these errors were encountered: