IBM / nodejs-idb-connector

A JavaScript (Node.js) library for communicating with Db2 for IBM i, with support for queries, procedures, and much more. Uses traditional callback-style syntax
MIT License
37 stars 23 forks source link

[dbstmt.cc] Patch to allow binding null values see #75 #76

Closed abmusse closed 5 years ago

abmusse commented 5 years ago

resolves #75

Added missing initialization of param[i].buf when parameter to bind is NULL.