mdesalvo/RDFSharp

Incorrect handling of SPARQL Union during merge of tables

mdesalvo opened this issue · 0 comments

During the execution of RDFQueryEngine.CombineTables, the ExtendedProperties of the last table involved in the union are overwritten by the Merge instruction by ADO.NET. These attributes should absolutely be saved and then restored.