task #9082
Update script for old empty Partials handling
Start date:
06/19/2020
Due date:
% Done:
100%
Severity:
normal
Description
Especially for Person.lifespan_end and Person.lifespan_start the problem existed. See #9081
UPDATE AgentBase SET lifespan_start = NULL, lifespan_end = NULL WHERE lifespan_start = '00000000' && lifespan_end = '00000000'
better split the command but these seem to appear always together.
Also check for occurrence in other TimePeriod usages.
Further classes are:
- InstitutionalMembership.period
- !! EventBase.timeperiod
- Amplification.
- DerivationEvent
- DeterminationEvent
- GatheringEvent
- SingleRead
- MaterialOrMethodEvent.
- DescriptionElementBase.timeperiod
- DescriptionElementBase.period (for TermporalData)
- DefinedTermBase.validPeriod (for NamedArea)
- Media.mediaCreated
- Reference.datePublished
- Classification.timeperiod
Related issues
Associated revisions
fix #9082 fix empty partials_start and partials_end handling
History
#1 Updated by Andreas Müller 9 months ago
- Status changed from New to In Progress
#2 Updated by Andreas Müller 9 months ago
- Follows bug #9081: Handle empty Partials correctly added
#3 Updated by Andreas Müller 9 months ago
- Target version changed from CDM UML 5.15 to CDM UML 5.21
#4 Updated by Andreas Müller 6 months ago
- Description updated (diff)
#5 Updated by Andreas Müller 6 months ago
- Description updated (diff)
#6 Updated by Andreas Müller 6 months ago
- Status changed from In Progress to Resolved
#7 Updated by Andreas Müller 6 months ago
- % Done changed from 0 to 50
#8 Updated by Andreas Müller 3 months ago
- Target version changed from CDM UML 5.21 to Release 5.18
#9 Updated by Andreas Müller 3 months ago
- Status changed from Resolved to Closed
- % Done changed from 50 to 100