Replies: 1 comment
-
I figured out the solution. I'm documenting it here because it was not intuitive. I made the following changes:
The resulting program:
worked. The unintuitive parts were I hope this helps someone else trying to figure this out. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to use a stored procedure that returns a UUID output parameter:
I invoked it from Golang using:
I get:
I found issue #2107 addressed a similar problem for
SELECT
andINSERT
. Are UUID output parameters not supported?Beta Was this translation helpful? Give feedback.
All reactions