Hello, I've had this weird issue where my node server would sometimes crash when executing a query. I've narrowed it down where it only crashes when my result set has null values. Am I mistaken?
Thanks! |
UPDATE: The SQL Anywhere node.js driver on NPM has now been updated with version 1.0.1 that now resolves this issue: https://www.npmjs.org/package/sqlanywhere
Hello, I believe you are correct and this is a bug. I can reproduce the crash with the following code against the SQL Anywhere demo database:
I see the folowing output:
And the return code of the nodejs process is -1073740777. I have opened CR #764049 to address this issue. Thank you for the bug report. Where can I track this issue? Any idea when this will be resolved? Thanks :)
(26 May '14, 08:53)
NeWbLt123
Replies hidden
If you wish to report/track/receive immediate updates/request a fix for an issue, you must have a technical support contract. We already have a fix for the issue, and we hope to have an update on the npm shortly. I'll update this thread once I see it published.
(26 May '14, 10:30)
Jeff Albion
|