Ticket #324 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

PostGIS provider : Insert and update geometry failed when a table has a srid

Reported by: bscott Assigned to: mloskot
Priority: blocker Milestone: 3.4.0
Component: PostGIS Provider Version: 3.2.0
Severity: 1 Keywords:
Cc: External ID:

Description

When inserting or updating a geometry in a table that has a srid assigned postgis throw this error

The execution of SQL statement failed with PostgreSQL error code: PGRES_FATAL_ERROR, ERROR: new row for relation "mytable" violates check constraint "enforce_srid_mygeometry"

Attachments

postgis_324_trunk.patch (4.4 kB) - added by mloskot on 04/21/08 14:21:47.
Patch from Bruno Scott

Change History

04/21/08 14:21:47 changed by mloskot

  • attachment postgis_324_trunk.patch added.

Patch from Bruno Scott

04/21/08 15:41:26 changed by mloskot

  • status changed from new to assigned.

04/21/08 15:41:48 changed by mloskot

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

Path applied to trunk (r3910). Thank you Bruno!