Opened 16 years ago
Closed 16 years ago
#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 )
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 (1)
Change History (5)
by , 16 years ago
Attachment: | Handle NULL values on INSERT.diff added |
---|
comment:1 by , 16 years ago
Owner: | set to |
---|
comment:3 by , 16 years ago
Status: | new → assigned |
---|
comment:4 by , 16 years ago
Description: | modified (diff) |
---|---|
Resolution: | → fixed |
Status: | assigned → closed |
r3615 - Trunk
Note:
See TracTickets
for help on using tickets.
Bruce, could you handle this?