From: <rv...@us...> - 2012-08-01 00:43:07
|
Revision: 2348 http://dotnetrdf.svn.sourceforge.net/dotnetrdf/?rev=2348&view=rev Author: rvesse Date: 2012-08-01 00:43:01 +0000 (Wed, 01 Aug 2012) Log Message: ----------- Fixes CORE-266 a silent bad graph reference on blank node issue caused by the use of Graph wrapper classes This applies the fix to GraphPersistenceWrapper and WrapperGraph which is to call CopyTriple() on all triples being asserted to ensure the Graph references of the Nodes actually point to the underlying graph not the wrapper Affects Issue [266] Modified Paths: -------------- Trunk/Libraries/core/Core/GraphPersistenceWrapper.cs Trunk/Libraries/core/Core/WrapperGraph.cs Trunk/Libraries/core/Query/Construct/ConstructContext.cs Trunk/Testing/unittest/Update/UpdateTests.cs Trunk/dotNetRDF.suo This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |