Storm should support a UUID column type
Bug #310404 reported by
James Henstridge
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Storm |
Fix Released
|
Undecided
|
James Henstridge |
Bug Description
We've been using uuids in our database design, using a custom property type for the Storm layer.
This seems like a generally useful feature, so I think it'd be good for Storm to include support for this type directly. When using Python >= 2.5, it would make sense to use the uuid.UUID class to represent values. For Python 2.4, either the type should not be available or should use a string representation.
Related branches
lp://qastaging/~jamesh/storm/uuid
- Gustavo Niemeyer: Approve
- Jamu Kakar (community): Approve
Changed in storm: | |
milestone: | none → 0.15 |
Changed in storm: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Fix committed to trunk as r296.