rafsun42 commented on issue #1159: URL: https://github.com/apache/age/issues/1159#issuecomment-1684129032
@Zainab-Saad This query didn't terminate on my machine (Master, PG15). What PG version are you using? ``` SELECT * FROM cypher('graph', $$ MATCH (n: A) SET n += {bool: true} RETURN n $$) AS (result agtype); ``` -- 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: dev-unsubscr...@age.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org