zotona opened a new issue, #14635:
URL: https://github.com/apache/grails-core/issues/14635

   The query 
   https://gyazo.com/2ca3f7c263107a864728188138391476
   Its builded to:
   `QUERY Cypher [MATCH (n:AclEntry), (n)-[:ACLOBJECTIDENTITY]->(m_1), 
(n)-[:SID]->(m_0) WHERE ( ( m_0.sid=~{1} ) AND ( m_1.objectId={2} ) AND  ) 
   OPTIONAL MATCH(n)-[:SID]->(sidNode) 
   OPTIONAL MATCH(n)-[:ACLOBJECTIDENTITY]->(aclObjectIdentityNode) RETURN n as 
data
   , collect(DISTINCT aclObjectIdentityNode) as aclObjectIdentityNodes, 
collect(DISTINCT sidNode) as sidNodes ] for params [[1:^\QadminUser5\E$, 
2:rootClass5]]`
   and this too:
   https://gyazo.com/18e3ab1341fa785e9b19e6b1c02f0a11
   `QUERY Cypher [MATCH (n:AclEntry), (n)-[:ACLOBJECTIDENTITY]->(m_0), 
(n)-[:SID]->(m_1), (m_1)-[:SID]->(m_2) WHERE ( (  AND ( m_2.__id__={1} ) ) ) 
   OPTIONAL MATCH(n)-[:SID]->(sidNode) 
   OPTIONAL MATCH(n)-[:ACLOBJECTIDENTITY]->(aclObjectIdentityNode) RETURN n as 
data
   , collect(DISTINCT aclObjectIdentityNode) as aclObjectIdentityNodes, 
collect(DISTINCT sidNode) as sidNodes ] for params [[1:%admin%]]`
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to