Hi Arjen,

I missed this the first time:
> Could you indulge and see if you can add a breadth-first function?

breadth-first already works?  there is a test for it in basic.test although we
havent added the expected results as yet:


MariaDB [test]> SELECT * FROM graph2 WHERE latch = 'breadth_first' AND origid
= 1 AND weight = 1;   -- works
+---------------+--------+--------+--------+------+--------+
| latch         | origid | destid | weight | seq  | linkid |
+---------------+--------+--------+--------+------+--------+
| breadth_first |      1 |   NULL |      1 |    3 |      3 |
| breadth_first |      1 |   NULL |      1 |    2 |      2 |
+---------------+--------+--------+--------+------+--------+

is this what you expect?

--Andrew

-- 
Mailing list: https://launchpad.net/~oqgraph-dev
Post to     : oqgraph-dev@lists.launchpad.net
Unsubscribe : https://launchpad.net/~oqgraph-dev
More help   : https://help.launchpad.net/ListHelp

Reply via email to