- add class methods add_object() and remove_object() which can be used
authorMark Huang <mlhuang@cs.princeton.edu>
Mon, 8 Jan 2007 18:14:55 +0000 (18:14 +0000)
committerMark Huang <mlhuang@cs.princeton.edu>
Mon, 8 Jan 2007 18:14:55 +0000 (18:14 +0000)
commitf5c08abcdf23aaf3d3c133b54758fb99913278b4
treec54ee44c4f8b687e5bc50b0945f9f800e75d2b69
parent9cffc9f1869249a70c527a784c64ddc902ee8d48
- add class methods add_object() and remove_object() which can be used
  as generic join/unjoin functions
- add db_fields() function to return only those fields that can be set
  or updated directly (i.e., intrinsic fields)
- add __eq__() operator to compare two objects (just intrinsic fields)
PLC/Table.py