You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@age.apache.org by GitBox <gi...@apache.org> on 2021/12/01 16:50:29 UTC

[GitHub] [incubator-age] JoshInnis commented on a change in pull request #149: feat: Implement `OPTIONAL MATCH`

JoshInnis commented on a change in pull request #149:
URL: https://github.com/apache/incubator-age/pull/149#discussion_r760374373



##########
File path: src/backend/parser/cypher_gram.y
##########
@@ -118,7 +118,7 @@
 
 /* DELETE clause */
 %type <node> delete
-%type <boolean> detach_opt
+%type <boolean> optional_opt detach_opt

Review comment:
       The optional_opt should be defined with the rest of the match clause items starting on line 111,




-- 
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: commits-unsubscribe@age.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org