Opened 17 years ago
Closed 17 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 , 17 years ago
Status: | new → assigned |
---|
comment:2 by , 17 years ago
Milestone: | → 3.4.0 |
---|---|
Resolution: | → fixed |
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
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.