]
Steven Hawkins resolved TEIID-3104.
-----------------------------------
Resolution: Done
Updated the sql string visitor.
ArrayImpl toString not correct
------------------------------
Key: TEIID-3104
URL:
https://issues.jboss.org/browse/TEIID-3104
Project: Teiid
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: Query Engine
Affects Versions: 8.7
Reporter: Steven Hawkins
Assignee: Steven Hawkins
Fix For: 8.9
The arrayimpl tostring is not correct for multi-dimensional arrays and does not follow
the convention of appending a trailing comma for arrays of less than 2 elements.
Typically this tostring is not seen as there is the Array expression class, but source sql
can contain ArrayImpl values.