Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Not a Bug
-
Affects Version/s: 10.0.10
-
Fix Version/s: None
-
Component/s: None
-
Labels:
-
Environment:Debian (Unstable)
Description
When performing a query with data:
origid | destid | weight |
---|---|---|
7 | 5 | 5 |
16 | 15 | 10 |
17 | 1 | 6 |
18 | 1 | 6 |
19 | 1 | 6 |
20 | 4 | 6 |
27 | 6 | 6 |
SELECT * FROM entity_memberof_graph WHERE latch='breadth_first' AND destid=6
I get:
latch | origid | destid | weight | seq | linkid |
---|---|---|---|---|---|
breadth_first | NULL | 6 | 0 | seq | 6 |
I should have an entry in there with origid 27, should I not?
(Note: The system is set up correctly. A Dijkstra runs just fine, for instance. But Breath_First with just a destid gets nothing useful.)