-
Quality Risk
-
Resolution: Done
-
Major
-
None
-
None
-
None
We need to start spawning issues for missing features and known compatibility issues between Teiid JDBC and using the pg protocol - primarily with pg JDBC.
This includes:
- lob support - lo is not yet implemented in pg, just inlining
TEIID-1163 - xa support -
TEIID-4012 - query plan handling -
TEIID-5527 - determine if reauthentication is supported
- domain type reporting - TEIID-4909
- typing differences in general - should there be a mode where we can report teiid type names? that's likely not possible as many pg clients have builtin logic around the standard types
- multi-dimensional arrays
- like escape and other pg behavior that have workarounds in Teiid
- generated keys - we only return a 0 oid for inserts - what about upserts?
- is related to
-
TEIID-4909 Report domain types in odbc metadata
- Open
-
TEIID-4012 Implement XA transaction support for Teiid ODBC
- Resolved
-
TEIID-5624 Implement LO function support for pg/ODBC
- Resolved
-
TEIID-5527 show plan over pg protocol needs some thought
- Resolved