wankdanker / node-odbc

ODBC bindings for node
MIT License
174 stars 79 forks source link

Stored Procedures -- Character Out Parameter Crash #71

Closed sjmorales closed 5 years ago

sjmorales commented 5 years ago

(This is a duplicate issue I posted on a forked branch, but it happens on this version as well. I figured more eyes would see it here.)

When calling stored procedures with numerical output values, it works fine. When calling stored procedures that have a character output value, we get a core dump error and the program ends.

The same query works fine with Run SQL Scripts and iSQL.
This is with an IBMi hosted DB2 being called from node on WSL Debian and Ubuntu. Additional testing needed to see if affects other systems.

Any help would be appreciated.