Opened 3 years ago
Closed 3 years ago
#2562 closed defect (invalid)
petascope should not remove duplicate null values specified in default_null_values of ingredients file
Reported by: | Bang Pham Huu | Owned by: | Bang Pham Huu |
---|---|---|---|
Priority: | major | Milestone: | 10.0 |
Component: | petascope | Version: | 9.8 |
Keywords: | Cc: | ||
Complexity: | Medium |
Description
For example, in the ingredients file, it has
`
"default_null_values": [65535, 65535, 65535, 65535, 65535, 65535, 65535, 0, 255]
`
petascope should use these null values for creating set type:
CREATE TYPE test_Set AS SET (test_Array NULL VALUES [65535,65535,65535,65535,65535,65535,65535,0,255])
Note:
See TracTickets
for help on using tickets.