[GitHub] [incubator-age] pdpotter commented on issue #113: How to work with dynamic property

2022-04-29 Thread GitBox
pdpotter commented on issue #113: URL: https://github.com/apache/incubator-age/issues/113#issuecomment-1113007891 I think this issue has been resolved, I close the issue. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [incubator-age] pdpotter commented on issue #113: How to work with dynamic property

2021-09-13 Thread GitBox
pdpotter commented on issue #113: URL: https://github.com/apache/incubator-age/issues/113#issuecomment-918093763 Example for the second solution: Create person nodes ``` SELECT * FROM ag_catalog.cypher( 'people', $$ CREATE (a:Person {data:{name:'Jane', 'age':

[GitHub] [incubator-age] pdpotter commented on issue #113: How to work with dynamic property

2021-09-06 Thread GitBox
pdpotter commented on issue #113: URL: https://github.com/apache/incubator-age/issues/113#issuecomment-913432980 I understood the question as "How can I attach properties and values to a vertex if I don't know the properties beforehand". Are the properties predefined (e.g., the user can