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

Steven Hawkins (JIRA) jira-events at lists.jboss.org
Thu Jun 23 11:21:23 EDT 2011


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

Steven Hawkins resolved TEIID-1650.
-----------------------------------

    Resolution: Done


Added the importer property importer.useCatalogName to control whether the catalog name is used in the name in source and the teiid runtime name.  See the reference.

> 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
>
>
> 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.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the teiid-issues mailing list