[teiid-issues] [JBoss JIRA] (TEIID-1650) hsql does not generally support catalog identifier parts

Steven Hawkins (JIRA) jira-events at lists.jboss.org
Thu Feb 23 10:14:40 EST 2012


     [ https://issues.jboss.org/browse/TEIID-1650?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Steven Hawkins closed TEIID-1650.
---------------------------------


    
> hsql does not generally support catalog identifier parts
> --------------------------------------------------------
>
>                 Key: TEIID-1650
>                 URL: https://issues.jboss.org/browse/TEIID-1650
>             Project: Teiid
>          Issue Type: Bug
>          Components: JDBC Connector
>    Affects Versions: 6.0.0
>            Reporter: Steven Hawkins
>            Assignee: Steven Hawkins
>             Fix For: 7.4.1, 7.5
>
>
> hsql does not general support the catalog name component, for example:
> DELETE FROM "PUBLIC"."PRODUCT" WHERE "PUBLIC"."PRODUCT"."ID" = 2000
> will fail, where as
> DELETE FROM "PUBLIC"."PRODUCT" WHERE "PRODUCT"."ID" = 2000
> will succeed.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the teiid-issues mailing list