Uh oh!
There was an error while loading. Please reload this page.
update callProcedure to handle overloaded procedures - #374
Conversation
…different parameters Signed-off-by: Brandon Peterson <117427172+brandonp42@users.noreply.github.com>
4f143f7 to
d00c3eeComparekadler
commented
Mar 25, 2024
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. |
markirish
commented
Mar 26, 2024
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 |
brandonp42
commented
Mar 26, 2024
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.