Contact: fumanchu@aminus.org

Log in as guest/dejavu to create tickets

I think I've seen this ORM somewhere before...

Ticket #51 (defect)

Opened 7 years ago

Last modified 7 years ago

Expanded columns is a fragile hack

Status: closed (fixed)

Reported by: fumanchu Assigned to: fumanchu
Priority: major Milestone: 1.5
Component: Storage Keywords:
Cc: Estimate (total hours): 1

Expanded columns is a database-specific hack to store large lists or tuples in a separate table. This is almost always implemented better as either a BLOB or a dependent class in the model. The existing "expanded columns" code should be removed from the distro.

Change History

03/15/06 21:49:30: Modified by fumanchu

  • status changed from assigned to closed.
  • resolution set to fixed.

Done in [193].