You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I executed a query on my AgensGraph:
MATCH () CREATE () RETURN 1 LIMIT 0
There are no node created in the graph at the end of the execution of the query, while I think the LIMIT 0 should only be used to limit the results returned but should not stop side effects.
To create the graph data:
CREATE ();
The text was updated successfully, but these errors were encountered:
agensgraph version:2.13.1
I executed a query on my AgensGraph:
MATCH () CREATE () RETURN 1 LIMIT 0
There are no node created in the graph at the end of the execution of the query, while I think the LIMIT 0 should only be used to limit the results returned but should not stop side effects.
To create the graph data:
CREATE ();
The text was updated successfully, but these errors were encountered: