[
https://issues.jboss.org/browse/TEIID-5363?page=com.atlassian.jira.plugin...
]
Steven Hawkins updated TEIID-5363:
----------------------------------
Fix Version/s: 10.3.4
11.1
11.0.1
(was: 11.0)
(was: 10.3.2)
Based upon the feedback, the original fix made an invalid assumption about how the
translator utilized the name in source. Thus there is a regression that is part of
10.3.2/10.3.3/11.0 when using the simpledb translator with native metadata. The
workaround is the specify the ddl without the quoting in the nameinsource. I proactively
put the new fix in 11.0.1 as well prior to release.
SimpleDB connector not quoting table names in internal Select
queries
---------------------------------------------------------------------
Key: TEIID-5363
URL:
https://issues.jboss.org/browse/TEIID-5363
Project: Teiid
Issue Type: Bug
Components: Misc. Connectors
Reporter: Pranav K
Assignee: Steven Hawkins
Fix For: 11.1, 11.0.1, 10.3.4
Facing an issue while querying the Simple DB connector for a specific type of tables -
the tables that contain a hyphen in the name.
According to the SimpleDB documentation:
Attribute and domain names may appear without quotes if they contain only letters,
numbers, underscores (_), or dollar symbols ($) and do not start with a number. You must
quote all other attribute and domain names with the backtick (`).
(
https://docs.aws.amazon.com/AmazonSimpleDB/latest/DeveloperGuide/QuotingR...)
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)