Opened 15 years ago
Closed 15 years ago
#578 closed defect (fixed)
SDF: Add/Delete property does not remove the deleted property
Reported by: | romicadascalescu | Owned by: | romicadascalescu |
---|---|---|---|
Priority: | minor | Milestone: | 3.5.0 |
Component: | FDO API | Version: | 3.5.0 |
Severity: | 3 | Keywords: | |
Cc: | External ID: |
Description ¶
- Create a new SDF with: Id, Geom, Name properties, apply it.
- Describe the schema add a new property Description and delete Name, re-apply the schema.
The Name will not be deleted.
Note:
See TracTickets
for help on using tickets.
Fixed by: accept deleted properties first, and after that accept the new added properties.