-
Notifications
You must be signed in to change notification settings - Fork 343
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OUT parameters are not converted in EXECUTE command #1855
Comments
Hi Pavel, can you provide a full code example please? |
I have only fragments: Oracle:
Translated to Postgres:
But there is error |
ok, I have never met this syntax so conversion it is not implemented. I will try to do something. |
pá 17. 1. 2025 v 15:47 odesílatel Gilles Darold ***@***.***>
napsal:
ok, I have never met this syntax so conversion it is not implemented. I
will try to do something.
I was very surprised too, but Oracle supports it
… —
Reply to this email directly, view it on GitHub
<#1855 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAEFO446O4V5AKHWPXTT5ZT2LEJXPAVCNFSM6AAAAABVLIAOQSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKOJYGUZDMMZTGQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I got error report related to usage OUT parameters inside EXECUTE statement.
This should be converted to
EXECUTE USING INTO
The text was updated successfully, but these errors were encountered: