Ticket #544 (closed defect: wontfix)

Opened 2 years ago

Last modified 16 months ago

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

Changed 2 years ago by gregboone

  • milestone changed from 3.5.0 to 3.6.0

Changed 16 months ago by gregboone

  • status changed from new to closed
  • resolution set to wontfix

Further PostGIS Provider development has been routed to the PostgreSQL Provider. Advise using that provider.

Note: See TracTickets for help on using tickets.