node-odbc icon indicating copy to clipboard operation
node-odbc copied to clipboard

Bind statement parameters get stuck

Open RMVincentF opened this issue 4 years ago • 0 comments

Hi,

When I try to bind the parameters to my statement, the promise never resolve and never end in error.

image

image

It never get past the statement.bind() call. I addded both of the console.log result.

Thanks!

RMVincentF avatar May 12 '21 21:05 RMVincentF