-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 5.8
-
Fix Version/s: 5.8.0-HF04, 5.9.1
-
Component/s: CMIS
-
Tags:
These CMISQL queries fail to generate proper SQL:
SELECT A.cmis:objectId FROM cmis:document A WHERE A.dc:subjects IS NULL; SELECT A.cmis:objectId FROM cmis:document A WHERE ANY A.dc:subjects IN ('foo')";
Also this may be evaluated with the wrong qualifier depending in the order if there is a JOIN:
'foo' = ANY A.nuxeo:secondaryObjectTypeIds
- is required by
-
NXP-12357 CMIS Query with multiple LEFT OUTER JOINs returns empty result set
- Resolved