]
Steven Hawkins updated TEIID-5051:
----------------------------------
Component/s: JDBC Connector
Fix Version/s: 10.0
UUID translating
----------------
Key: TEIID-5051
URL:
https://issues.jboss.org/browse/TEIID-5051
Project: Teiid
Issue Type: Bug
Components: JDBC Connector
Reporter: Lukáš Svačina
Assignee: Steven Hawkins
Fix For: 10.0
Postgresql translator replaces source's `uuid` datatype for `Object`. So teiid (by
default without custom casting) is unable to sort/condition views on such a field.
String might be better than Object.