rafsun42 commented on issue #1260: URL: https://github.com/apache/age/issues/1260#issuecomment-1761821647
It seems `quote_ident` is not working as expected for some `trips2.service_key`. ``` (pg-15.4) agedev=# SELECT quote_ident(service_key) FROM trips1 LIMIT 1; quote_ident ------------------------------------ "01a5f85d9dd4392c29c0cf9040cd324f" (1 row) (pg-15.4) agedev=# SELECT quote_ident(service_key) FROM trips2 LIMIT 1; quote_ident ---------------------------------- a01a724103fbb3d059b8387bf043dbc8 (1 row) ``` If `a01a724103fbb3d059b8387bf043dbc8` is not wrapped, cypher thinks it is a variable. -- 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