Bug #93314 | Error while Inserting NULL values | ||
---|---|---|---|
Submitted: | 23 Nov 2018 11:11 | Modified: | 4 Dec 2018 0:36 |
Reporter: | Chirag Shah (OCA) | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | Connector for Node.js | Severity: | S2 (Serious) |
Version: | 8.0.13 | OS: | Windows |
Assigned to: | Rui Quelhas | CPU Architecture: | Any |
Tags: | MySQL, NodeJS, XDevAPI |
[23 Nov 2018 11:11]
Chirag Shah
[4 Dec 2018 0:36]
Philip Olson
Posted by developer: Fixed as of the upcoming MySQL Connector/Node.js 8.0.14 release, and here's the changelog entry: Attempting to use false-like values such as 0, false, null, and undefined would emit errors when inserting a new table row. Additionally, now boolean values become numeric values (true=1, false=0) while null and undefined are converted to MySQL's NULL type. Thank you for the bug report.