Opened 16 years ago

Closed 16 years ago

#328 closed defect (fixed)

PostGIS FdoIInsert::Execute always returns NULL

Reported by: cwilbur Owned by: mloskot
Priority: major Milestone: 3.4.0
Component: PostGIS Provider Version: 3.2.0
Severity: 3 Keywords:
Cc: External ID:

Description

With the PostGIS provider, FdoIInsert::Execute always returns NULL for the result pointer to the FdoIFeatureReader. The FdoIFeatureReader is necessary for easy retrieval of the feature ID of the newly-inserted entity.

Change History (2)

comment:1 by mloskot, 16 years ago

Status: newassigned

comment:2 by mloskot, 16 years ago

Milestone: 3.4.0
Resolution: fixed
Status: assignedclosed

I've added feature reader support for insert command (r3939). It is not perfectly clear to me how such reader should work, need more tests and likely further improvements.

I'm closing this ticket for now as fixed, but please reopen it if the solution is not working well.

Note: See TracTickets for help on using tickets.