|
From: <rv...@us...> - 2012-07-27 18:21:25
|
Revision: 2326
http://dotnetrdf.svn.sourceforge.net/dotnetrdf/?rev=2326&view=rev
Author: rvesse
Date: 2012-07-27 18:21:19 +0000 (Fri, 27 Jul 2012)
Log Message:
-----------
Fixed a bug Ron Michael Zettlemoyer spotted in StoreManager - the root cause of which was the recent removal of the Retract(List<Triple> ts) methods and the change in impl of Retract(IEnumerable<Triple> ts) to not call Retract(ts.ToList()) as it did previously which had been hiding this kind of coding error in the past
Modified Paths:
--------------
Trunk/Libraries/core/Ontology/OntologyClass.cs
Trunk/Libraries/core/Ontology/OntologyProperty.cs
Trunk/Libraries/core/Ontology/OntologyResource.cs
Trunk/Libraries/core/Storage/InMemoryManager.cs
Trunk/Utilities/storemanager/ManagerForm.cs
Trunk/Utilities/storemanager/QuickConnect.cs
Trunk/dotNetRDF.suo
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|