[teiid-issues] [JBoss JIRA] (TEIID-3887) Redshift - RS does not support ASCII function

Juraj Duráni (JIRA) issues at jboss.org
Thu Jan 7 10:38:01 EST 2016


Juraj Duráni created TEIID-3887:
-----------------------------------

             Summary: Redshift - RS does not support ASCII function 
                 Key: TEIID-3887
                 URL: https://issues.jboss.org/browse/TEIID-3887
             Project: Teiid
          Issue Type: Bug
    Affects Versions: 8.12.3
         Environment: driver - PostgreSQL 9.2
translator - postgresql
            Reporter: Juraj Duráni
            Assignee: Steven Hawkins


Redshift database does not support ASCII function

E.g. *SELECT INTKEY, ASCII(INTKEY) FROM BQT1.SmallA ORDER BY INTKEY* is translated as *SELECT g_0.intkey AS c_0, ascii(cast(g_0.intkey AS varchar(4000))) AS c_1 FROM smalla AS g_0 ORDER BY c_0*

Result:
{code:text}
Caused by: org.postgresql.util.PSQLException: ERROR: Specified types or functions (one per INFO message) not supported on Redshift tables.
{code}



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)



More information about the teiid-issues mailing list