-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Closed
Labels
Description
What are you doing?
When calling bulkCreate:
What do you expect to happen?
I expect it to populate the dataValues like save does:
Line 3722 in 0709226
| values[attr] = values[this.constructor.rawAttributes[attr].field]; |
What is actually happening?
bulkCreate incorrectly invokes the set function when populating the model's dataValues:
Line 2462 in 0709226
| instance.set(attr, instance.dataValues[this.rawAttributes[attr].field]); |
Note : Your issue may be ignored OR closed by maintainers if it's not tested against latest version OR does not follow issue template.