deka opened a new issue, #234:
URL: https://github.com/apache/age/issues/234

   **Describe the bug**
   Can you confirm AGE is compliant with [opencypher spec 
v9](https://s3.amazonaws.com/artifacts.opencypher.org/openCypher9.pdf) ?
   
   CREATE (:Label1:Label2) not working
   
   **How are you accessing AGE (Command line, driver, etc.)?**
   - [e.g. JDBC]
   
   **What data setup do we need to do?**
   Nothing
   
   **What is the necessary configuration info needed?**
   Nothing
   
   **What is the command that caused the error?**
   ```pgsql
   SELECT * 
   FROM cypher('graph', $$
       CREATE (n:Label1:Label2)
        RETURN n
   $$) as (a agtype);
   ```
   ```
   ERROR:  syntax error at or near ":"
   ```
   
   **Expected behavior**
   Create node with multiple labels
   
   **Environment (please complete the following information):**
   - Version: [e.g. 1.0.0]
   
   


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