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
Describe the bug
The pgr_bdAstar function fails (AssertFailedException) when either the source vertex, or the target vertex, or both do not exist in the graph.
Describe the bug
The
pgr_bdAstar
function fails (AssertFailedException
) when either the source vertex, or the target vertex, or both do not exist in the graph.To Reproduce
Steps to reproduce the behavior:
Execute the following query:
Here vertex with id
100
does not exist in the graph. This query gives the error:Expected behavior
This query is expected to return an empty set of rows:
Specifications (please complete the following information):
Use the commands:
The text was updated successfully, but these errors were encountered: