Opened 17 years ago
Closed 17 years ago
#324 closed defect (fixed)
PostGIS provider : Insert and update geometry failed when a table has a srid
Reported by: | bscott | Owned by: | 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 (1)
Change History (3)
by , 17 years ago
Attachment: | postgis_324_trunk.patch added |
---|
comment:1 by , 17 years ago
Status: | new → assigned |
---|
comment:2 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Path applied to trunk (r3910). Thank you Bruno!
Note:
See TracTickets
for help on using tickets.
Patch from Bruno Scott