Page 1 of 1

MongoDB Query Error - Invalid Array

Posted: Sat 26 Oct 2019 07:58
by alez1983sa
Dear All,
i've probles to make queries when the data tipe is complex

{
"_id" : "DC396F11E04B",
"events" : {
"0 BOOTSTRAP" : true
},
"precondition" : "VirtualParameters.SerialNumber = \"DC396F11E04B\"",
"weight" : NumberInt(0),
"configurations" : [
{
"type" : "provision",
"name" : "DC396F11E04B",
"args" : null
}
]
}

in this case when i use the find command i've invalid array error

how i can fix it?

Re: MongoDB Query Error - Invalid Array

Posted: Tue 29 Oct 2019 12:24
by ViktorV
Unfortunately, we couldn't reproduce the issue.
Please create and send us via the contact forum on our website: https://devart.com/company/contactform.html, a small code example, including scripts for creating and populating database objects.