]
Work on TEIID-5886 started by Steven Hawkins.
---------------------------------------------
parser does not allow non-reserved word as identifier for domain type
name
--------------------------------------------------------------------------
Key: TEIID-5886
URL:
https://issues.redhat.com/browse/TEIID-5886
Project: Teiid
Issue Type: Bug
Components: Grammar
Affects Versions: 13.0.1
Reporter: Ken Geis
Assignee: Steven Hawkins
Priority: Major
Fix For: 13.1, 13.0.2
Original Estimate: 4 hours
Remaining Estimate: 4 hours
I am trying to upgrade from 12.2.1 to 13.0.1. have a VDB where I aliased VARCHAR as TEXT
(a non-reserved keyword, according to the docs) in order to improve PostgreSQL
compatibility. The VDB works on 12.2.1 and fails to load on 13.0.1.