Changes between Initial Version and Version 4 of Ticket #836


Ignore:
Timestamp:
Feb 13, 2009, 9:53:57 AM (15 years ago)
Author:
brucedechant
Comment:

r3615 - Trunk

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #836

    • Property Owner set to brucedechant
    • Property Status newclosed
    • Property Resolutionfixed
  • Ticket #836 – Description

    initial v4  
    1 The current MapGuide implementation does not allow insertion of NULL values, using the "MgInsertFeatures"/"MgUpdateFeatures".
     1The current MapGuide implementation does not allow insertion of NULL values, using the "!MgInsertFeatures"/"!MgUpdateFeatures".
    22
    3 The reason is that the ServerFeatureUtil::MgPropertyToFdoDataValue fails to check for null values.
     3The reason is that the ServerFeatureUtil::!MgPropertyToFdoDataValue fails to check for null values.
    44
    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).
     5The attached patch correctly converts properties of type !MgNullableProperty to the corresponding FDO null values.