Bug #69509 | mysql-js ignores values for auto_increment columns on insert; node.js | ||
---|---|---|---|
Submitted: | 18 Jun 2013 23:48 | Modified: | 1 Jan 2014 22:23 |
Reporter: | Jesper wisborg Krogh | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Cluster: Node.js client | Severity: | S2 (Serious) |
Version: | 7.3.2 | OS: | Linux (Oracle Linux 6) |
Assigned to: | Bernd Ocklin | CPU Architecture: | Any |
[18 Jun 2013 23:48]
Jesper wisborg Krogh
[1 Jan 2014 22:23]
Craig Russell
Fixed in mysql-js revision 672 Will be shipped in 7.3.4 Bug 16980227 Autoincrement values ignored on insert DBTableHandler.js add field autoIncFieldName to table handler use autoIncFieldName for setAutoincrement method NdbAutoIncrement.js check needAutoInc flag in operation to set autoincrement functionality NdbOperation.js for insert operation, set needAutoInc if value for autoincrement column is not set in domain object