-
Notifications
You must be signed in to change notification settings - Fork 33
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
Execute stored procedures with output parameter #51
Comments
@DavDavid we don't support that now. we should create an instance of
We don't do this now. I don't know how exactly to extend our library to support that... Let's think |
@DavDavid maybe you have a suggestion? |
@amihaiemil please help, the task is yours |
@DavDavid Can you try to see if this works?
|
It gives me a ClassCastException in CallableStatement line: |
@DavDavid right, i'm going to make an implementation for this requirement, this weekend :D |
@DavDavid I created a PR for this. It will take a couple of days until it is reviewed and merged. Please don't switch off notifications from this issue, as you will have to close it in the end (that's how we work here). Many thanks! |
@amihaiemil thanks for that |
@dmarkov I need more time |
@amihaiemil yes, take your time, thanks for letting me know |
@DavDavid the pr was finally merged. See details on how to use the new functionality in its description. Can you close this ticket? |
Ok, thanks very much |
@amihaiemil thanks, I just added 30 mins to your account, payment |
Is it possible execute a stored procedure that has output parameters? I have tried:
but doesn't work. It returns a java.sql.SQLException: ORA-06577.
51-55acd5db
/JdbcSession.java:141-143: Refactor this class to avoid... #56 (by )The text was updated successfully, but these errors were encountered: