Changes between Initial Version and Version 4 of Ticket #836
- Timestamp:
- 02/13/09 09:53:57 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #836
- Property Owner set to
- Property Status new → closed
- Property Resolution → fixed
-
Ticket #836 – Description
initial v4 1 The current MapGuide implementation does not allow insertion of NULL values, using the " MgInsertFeatures"/"MgUpdateFeatures".1 The current MapGuide implementation does not allow insertion of NULL values, using the "!MgInsertFeatures"/"!MgUpdateFeatures". 2 2 3 The reason is that the ServerFeatureUtil:: MgPropertyToFdoDataValue fails to check for null values.3 The reason is that the ServerFeatureUtil::!MgPropertyToFdoDataValue fails to check for null values. 4 4 5 The attached patch correctly converts properties of type MgNullableProperty to the corresponding FDO null values. 6 7 The patch compiles correctly, but I am unsure if all the tested property types actually derive from MgNullableProperty (but they should). 5 The attached patch correctly converts properties of type !MgNullableProperty to the corresponding FDO null values.