MongoDB Query Error - Invalid Array

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
alez1983sa
Posts: 1
Joined: Sat 26 Oct 2019 07:53

MongoDB Query Error - Invalid Array

Post by alez1983sa » Sat 26 Oct 2019 07:58

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?

ViktorV
Devart Team
Posts: 3168
Joined: Wed 30 Jul 2014 07:16

Re: MongoDB Query Error - Invalid Array

Post by ViktorV » Tue 29 Oct 2019 12:24

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.

Post Reply