markgomer commented on issue #1722:
URL: https://github.com/apache/age/issues/1722#issuecomment-2040426033
I had the same error showing up, but I worked around it by creating labels
separately:
```sql
SELECT create_vlabel('graph_store', 'TEST');
SELECT create_elabel('graph_store', 'ABC_IS\'a');
```
Please check if this works for you
--
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]