TuGraph-family / tugraph-db-client-java

TuGraph Java Client, including OGM.
Apache License 2.0
2 stars 6 forks source link

Bugs in JAVA-OGM load, loadAll, query and other query methods. #11

Open mdzz9527 opened 11 months ago

mdzz9527 commented 11 months ago

Bugs in JAVA-OGM load, loadAll, query and other query methods. After querying the vertex, other connection points cannot be obtained through this point; if data writing and querying are performed in the same process, other point relationships are obtained; if the query is performed in a separate process, it cannot be obtained.

qishipengqsp commented 10 months ago

It seems to be a transaction problem. In TuGraph-DB, each cypher query is executed in a single transaction.

Could you provide the snippets to reproduce this case? There would be two snippets for the two processes.