Ticket #328 (closed defect: fixed)

Opened 6 months ago

Last modified 5 months ago

PostGIS FdoIInsert::Execute always returns NULL

Reported by: cwilbur Assigned to: 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

04/29/08 13:20:08 changed by mloskot

  • status changed from new to assigned.

04/29/08 21:54:34 changed by mloskot

  • status changed from assigned to closed.
  • resolution set to fixed.
  • milestone set to 3.4.0.

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.