You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bug: BulkProcessor does not properly account for INSERT OK, 0 rows affected (0.002 sec). That happens when inserting arrays including items deviating in structure {"data": [{"value": 4.42}, {"value": {"percentage": 55}}]}.
About
A few backlog items picked up from previous patches.
"created_at" : { "$date" : 1180690093000 }
leads to:BulkProcessor
does not properly account forINSERT OK, 0 rows affected (0.002 sec)
. That happens when inserting arrays including items deviating in structure{"data": [{"value": 4.42}, {"value": {"percentage": 55}}]}
.References
The text was updated successfully, but these errors were encountered: