]
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: