|
From: Martin S. <ma...@ma...> - 2007-09-04 16:19:24
|
Guys, Do you have any update on this bug report? [ 1660118 ] Blank nodes in DbModel not unique: http://sourceforge.net/tracker/index.php?func=detail&aid=1660118&group_id=63257&atid=503361 Short story: when a new Blanknode object is created, Model::getUniqueResourceURI() is called and an incremental id is generated (starting from 0 if not exist). The problem is that the previous id is saved on a static property of the object, which is reset when a new instance of this object is created. Maybe this is not a problem with a memory model, but with a DB model, things gets nasty when you have duplicated bnodes. We're updating the DbModel class to fix this, we could send you a patch, if you are interested. Thanks -- Martin Sarsale - ma...@ma... |