MuhammadTahaNaveed commented on code in PR #2005:
URL: https://github.com/apache/age/pull/2005#discussion_r1705812588


##########
src/backend/parser/cypher_parser.c:
##########
@@ -93,6 +95,18 @@ int cypher_yylex(YYSTYPE *lvalp, YYLTYPE *llocp, 
ag_scanner_t scanner)
         lvalp->string = ident;
         break;
     }
+    case AG_TOKEN_BQIDENT:
+    {
+        char *ident;
+
+        /* these are identitiers, just back ticked */

Review Comment:
   `identifiers` misspelled



-- 
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