Ticket #836 (closed defect: fixed)
Allow insert of NULL values
| Reported by: | ksgeograf | Owned by: | brucedechant |
|---|---|---|---|
| Priority: | medium | Milestone: | 2.1 |
| Component: | Feature Service | Version: | 2.0.2 |
| Severity: | minor | Keywords: | |
| Cc: | External ID: |
Description (last modified by brucedechant) (diff)
The current MapGuide implementation does not allow insertion of NULL values, using the "MgInsertFeatures"/"MgUpdateFeatures".
The reason is that the ServerFeatureUtil::MgPropertyToFdoDataValue fails to check for null values.
The attached patch correctly converts properties of type MgNullableProperty to the corresponding FDO null values.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

