Opened 18 years ago
Closed 17 years ago
#480 closed defect (fixed)
Verify values in extended-properties.xml and raw-data-types.xml
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | trivial | Milestone: | BASE 2.4 |
Component: | core | Version: | |
Keywords: | Cc: |
Description (last modified by )
Empty column names are, for example, passed through and later an error message like:
java.sql.SQLException: Unknown column 'reporterda0_.' in 'field list'
is produced.
This needs to be validated for extended properties:
- A name has been given and that it doesn't have illegal characters
- A column has been given and that it doesn't have illegal characters
- No property names or columns appear more than once
- An url has been given for links
This needs to be validated for raw data types:
- A name has been given and it doesn't have illegal characters
- A table has been given and it doesn't have illegal characters
- No duplicates (name and table)
- Number of channels is at least 1
- Verify name, column and channel for each property (no duplicates)
- Verify name and expressions for each intensity formula
Change History (5)
comment:1 by , 18 years ago
Milestone: | BASE 2.x+ → BASE 2.4 |
---|
comment:2 by , 17 years ago
Milestone: | BASE 2.4 → BASE 2.3 |
---|
comment:4 by , 17 years ago
Description: | modified (diff) |
---|
comment:5 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Milestone BASE 2.4 deleted