devtools/fill.py
branchstable
changeset 3716 2a86851cf2ff
parent 3712 4b8d7838d74d
child 3742 20f429eb5f46
--- a/devtools/fill.py	Mon Oct 19 09:15:19 2009 +0200
+++ b/devtools/fill.py	Mon Oct 19 09:15:41 2009 +0200
@@ -397,9 +397,12 @@
             restrictions = ', '.join(c.restriction for c in constraints)
             q += ', %s' % restrictions
             # restrict object eids if possible
+            # XXX the attempt to restrict below in completely wrong
+            # disabling it for now
             objeids = select(restrictions, self.cursor)
         else:
             objeids = oedict.get(obj, frozenset())
+##         objeids = oedict.get(obj, frozenset())
         if subjcard in '?1' or objcard in '?1':
             for subjeid, objeid in used:
                 if subjcard in '?1' and subjeid in subjeids: