Revision 4aef3cd...

Go back to digest for 10th July 2011

Bug Fixes in KDE Base

Vishesh Handa committed changes in [kde-runtime/nepomuk/megerRefactoring] /services/storage:

Check if the graph additionalMetadata is valid before pushing

The graphMetadata will first be converted into a
QMulitHash<QUrl, Soprano::Node>, and then checked for validity. If
it fails, the entire merge operations fails.

This should improve the performance a little bit, as the
additionalMetadata is now being converted into a
QMultiHash<QUrl, Soprano::Node> only once.

This fixes testStoreResources_graphMetadataFail

File Changes

Modified 2 files
  • /services/storage
  •   nepomuk/resourcemerger.cpp
  •   nepomuk/resourcemerger.h
2 files changed in total