Ticket #51 (defect)
Opened 6 years ago
Last modified 6 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 15:49:30: Modified by fumanchu
- status changed from assigned to closed.
- resolution set to fixed.

Done in [193].