BUG: Self looping edges are not unique
I'v tried to create several self pointing edges for ex: INSERT INTO `test_graph`.`edge` (`latch`, `origid`, `destid`, `weight`, `seq`, `linkid`) VALUES (NULL, '1', '1', NULL, NULL, NULL);
Running the same query leads to creating a doublicate record Unique Error doesn't fires
using: 5.0.87-d10-ourdelta-sail66 on ubuntu 9.10
PS. Also self looping edges become undeletable try: DELETE FROM `test_graph`.`edge` WHERE origid=1;
P.S. It doesn't happens every time. It seems that it happens under some strange conditions, I'll will try to analyse but I have no additional information
- Forum:




bug reports don't belong here...
Please report bugs in https://bugs.launchpad.net/oqgraph
Also, do separate bug reports - noting multiple things in a single report will confuse issues and hinder tracking down cause...
thanks
Also as a general hint, please do start using MariaDB 5.2 which has oqgraph support (see mariadb.com). Since 5.0 is end-of-life, us continuing to do new builds for the 5.0 tree just for oqgraph becomes inefficient.