- don't validate creator_person_id; if creator is deleted, then slice
authorMark Huang <mlhuang@cs.princeton.edu>
Wed, 8 Nov 2006 23:04:44 +0000 (23:04 +0000)
committerMark Huang <mlhuang@cs.princeton.edu>
Wed, 8 Nov 2006 23:04:44 +0000 (23:04 +0000)
commitc09b24c1f24e249eb0c6f9d28fd70ea3b9515dec
tree21920498ec0cb7b2078360c68a2280223793d988
parent152398ef376857eb764285fcc1c8280ad3b244e6
- don't validate creator_person_id; if creator is deleted, then slice
  cannot be updated
- use Filter to select rows
- psycopg2 obviates the need for manual aggregation
PLC/Slices.py