server/querier.py
branchstable
changeset 3171 b10f0c1f3fe4
parent 3109 e7e1bb06b716
child 3240 8604a15995d1
--- a/server/querier.py	Thu Sep 10 15:27:27 2009 +0200
+++ b/server/querier.py	Fri Sep 11 12:34:55 2009 +0200
@@ -508,7 +508,7 @@
             if repo.schema.rschema(rtype).inlined:
                 entity = session.entity_from_eid(subj)
                 entity[rtype] = obj
-                repo.glob_update_entity(session, entity)
+                repo.glob_update_entity(session, entity, set((rtype,)))
             else:
                 repo.glob_add_relation(session, subj, rtype, obj)