Ticket #309 (closed task: fixed)
Opened 2011-01-05T13:09:17-06:00
Last modified 2011-01-10T14:40:28-06:00
Improve DatasetDuplicator
Reported by: | bdezonia | Owned by: | bdezonia |
---|---|---|---|
Priority: | major | Milestone: |
|
Component: | Core | Version: | |
Severity: | serious | Keywords: | |
Cc: | Blocked By: | ||
Blocking: |
Description
DatasetDuplicator should preserve precision at all possible times. Also make DatasetDuplicator be able to make type converted datasets.
Change History
comment:2 Changed 2011-01-05T13:09:44-06:00 by bdezonia
implementation updated. need to write tests.
comment:3 Changed 2011-01-05T13:12:53-06:00 by bdezonia
MetaData is not moving from original dataset to newly created one. Need to think how this should work. Will discuss with others.
comment:4 Changed 2011-01-10T14:40:28-06:00 by bdezonia
- Status changed from accepted to closed
- Resolution set to fixed
tests written and code updated to work with them. some private classes hatched that will eventually be used by DatasetProcessor. Break them out later as needed.