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

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


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