]
Work on TEIID-5226 started by Steven Hawkins.
---------------------------------------------
Error when inserting a Geometry value into PostgreSQL
-----------------------------------------------------
Key: TEIID-5226
URL:
https://issues.jboss.org/browse/TEIID-5226
Project: Teiid
Issue Type: Bug
Components: JDBC Connector
Affects Versions: 8.12.12.6_3
Reporter: Madou Coulibaly
Assignee: Steven Hawkins
Attachments: server.log
Inserting a Geometry value into a PostgreSQL database using Teiid raises an error:
ERROR: Geometry SRID (0) does not match column SRID (28992)
Seems we do not take in account the SRID value during this operation.