Ticket #110 (defect)
Opened 2 years ago
DejaVu marks all identifying columns a autoincrement if the unit has a UnitSequencerInteger
Status: new
| Reported by: | lakin | Assigned to: | fumanchu |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | Misc | Keywords: | |
| Cc: | Estimate (total hours): | ||
From source:trunk/dejavu/storage/db.py#L453
I'm not sure what the appropriate solution is, something tells me we ought to have a sequencer per identifier. IE, UnitProperty? 'ID' can have UnitSequenceInteger? and UnitProperty? 'name' can have a UnitSequencer? so that the application can set that attribute.
It just doesn't make sense to force each identifier to have the same sequencer.
