> Done. I hope. This is the first one we (currently) have where more
> than one person is being auto-nosied, so I hope I got the syntax right.
It should be fine:
roundup_tracker=> select * from component_add_as_nosy where nodeid = 25;
linkid | nodeid
--------+--------
7641 | 25
12434 | 25
(2 Zeilen)
It might still be useful to test it, since actually evaluating the
property might also go wrong, but that should be fine as well:
for component in components:
users = db.component.get(component, 'add_as_nosy')
nosy |= set(users)
Regards,
Martin
_______________________________________________
Python-Dev mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe:
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com