-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 7.10
-
Component/s: Core MongoDB
Currently MongoDB queries doing queryAndFetch with wildcards in the projection (like SELECT foo/*/bar FROM ...) fail.
Fixing this requires post-parsing the MongoDB documents to re-evaluate the query and compute the projection, sharing most of the code with the in-memory DBS repository.
- is duplicated by
-
NXP-18022 Fix NXQL queryAndFetch complex property return on MongoDB
- Resolved