Opened 15 years ago
Closed 14 years ago
#544 closed defect (wontfix)
PostGIS Provider fails to return autogenerated ID from insert feature reader
Reported by: | oresthalustchak | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 3.6.0 |
Component: | PostGIS Provider | Version: | 3.4.0 |
Severity: | 3 | Keywords: | |
Cc: | External ID: |
Description
If you have a table with a serial type id column, it is treated as an auto-generated id property for the corresponding FDO feature class. When inserting a new feature, PostGIS auto-generates a new ID value. The FDO Insert command returns a feature reader that is supposed to return the value of the auto-generated ID.
E.g. a table has this column:
gid serial NOT NULL
Trying to read the auto-generated gid value from the insert feature reader results in the following exception:
Invalid property value name 'gid'.
Change History (2)
comment:1 by , 15 years ago
Milestone: | 3.5.0 → 3.6.0 |
---|
comment:2 by , 14 years ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Further PostGIS Provider development has been routed to the PostgreSQL Provider. Advise using that provider.