-
Type: Bug
-
Status: Resolved
-
Priority: Blocker
-
Resolution: Fixed
-
Affects Version/s: None
-
Component/s: Core MongoDB
A query like the following fails:
SELECT ... WHERE drv:subscriptions/*1/enabled = 1
This fails because the query is transmitted as:
{ "drv:subscriptions.enabled" : 1 }
instead of:
{ "drv:subscriptions.enabled" : true }
due to bad analysis of the global property type.
- is required by
-
NXP-18793 Fix Drive behavior with MongoDB
- Resolved