-
Notifications
You must be signed in to change notification settings - Fork 77
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
update callProcedure to handle overloaded procedures #374
base: main
Are you sure you want to change the base?
Conversation
…different parameters Signed-off-by: Brandon Peterson <117427172+brandonp42@users.noreply.github.com>
4f143f7
to
d00c3ee
Compare
TBH I don't even know why we need to call SQLProcedures/SQLProcedureColumns. The user provides the schema, procedure name, and parameters. It should be simple enough to generate a Then once you |
Like all that could be done in https://github.com/markdirish/node-odbc/blob/d00c3ee6839ff67ca4415d53b0b9541e1fbec14a/lib/Connection.js#L161 and wouldn't need any C++ code for it at all. Well, it wouldn't but there's no method to bind output or inout parameters currently. |
I haven't been communicating well on this project, but I do have a branch I am working on currently to get INOUT and OUT parameters working with the general Query flow (+ a call to Right now I am going through the cwb trace and trying to determine why my call to |
How soon will the updated query flow code be ready? Will it support capturing the return value from a stored procedure? |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
fixes #372
So far I have only tested this on IBMi with a test fix ODBC driver from IBM.