dieterroth opened a new issue, #197:
URL: https://github.com/apache/age-viewer/issues/197

   **Describe the bug✱
   The results of the same query are different.
   
   Query is:
   select * from cypher('age_test_graph', $$ MATCH (p:Person {name: "Tom 
Hanks"}) RETURN p $$) as (p agtype);
   
   Query results in Postico, pgadmin4  and psql:
   {"id": 25332747903959097, "label": "Person", "properties": {"born": 1956, 
"name": "Tom Hanks"}}
   
   Query result in age-viewer:
   
{"id":25332747903959096,"label":"Person","properties":{"born":1956,"name":"Tom 
Hanks"}}
   The id shown is that of another record in the corresponding Person table, 
wonder why / how.
   
   I expect the same result in age-viewer
   
   - age-viewer: latest pull from git repo
   
   <img width="1438" height="283" alt="Image" 
src="https://github.com/user-attachments/assets/721ebad8-9e5e-461a-a0f2-8894de8b0990";
 />
   
   - OS: MacOS
   - Browser Safari
   - Version 26.6.2


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