Actions
bug #7683
closedexternal links Audit table should allow uuid to be null
Start date:
Due date:
% Done:
100%
Estimated time:
Severity:
normal
Found in Version:
Description
when deleting an external link an com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Column 'uuid' cannot be null is thrown.
To fix this problem the row uuid needs to allow to be null.
Related issues
Updated by Andreas Müller over 4 years ago
This is generally the case already when databases are created via hibernate CREATE (see e.g. edit-test.cdm_test_euromed.ExternalLink_AUD).
But probably the update script was not correct.
Updated by Andreas Müller over 4 years ago
- Category changed from cdmlib to cdm
- Status changed from New to In Progress
- Target version changed from Release 5.3 to CDM UML 5.5
Updated by Andreas Müller over 4 years ago
- Related to feature request #6588: Add URL and URL comment to OriginalSource / ExternalLink added
Updated by Andreas Müller about 4 years ago
- Status changed from In Progress to Resolved
- % Done changed from 0 to 50
Updated by Andreas Müller almost 4 years ago
- Status changed from Resolved to Closed
Updated by Andreas Müller about 3 years ago
- Related to bug #8702: Remove Not null constraint for uuid in AUD tables added
Updated by Andreas Müller about 3 years ago
- % Done changed from 50 to 100
We need an update script for all cases where AUD tables still have uuid NOT NULL: #8702
Actions