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::fetchData returns empty set when SQLFetch returns SQL_SUCCESS_WITH_INFO #68

Closed jasonclake closed 5 years ago

jasonclake commented 5 years ago

Should fetchData at least return error? If Success with info creates a new issue of how to return the "issues"?

See issue #62 for more details

dmabupt commented 5 years ago

Fixed in v1.1.10. Close the issue.