[JBoss JIRA] (TEIIDDES-2606) Procedure parameter updated even when canceling the edit dialog
by Andrej Šmigala (JIRA)
Andrej Šmigala created TEIIDDES-2606:
----------------------------------------
Summary: Procedure parameter updated even when canceling the edit dialog
Key: TEIIDDES-2606
URL: https://issues.jboss.org/browse/TEIIDDES-2606
Project: Teiid Designer
Issue Type: Bug
Components: Dialogs
Affects Versions: 9.0.3
Reporter: Andrej Šmigala
Priority: Minor
When editing parameters for a relational view procedure using the new parameter editor dialog (see TEIIDDES-2557), clicking cancel does not revert the old values.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 9 months
[JBoss JIRA] (TEIIDDES-2583) Importing DDL with double-quoted table names removes segments of the name of the . delimiter is in string
by Andrej Šmigala (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2583?page=com.atlassian.jira.plu... ]
Andrej Šmigala commented on TEIIDDES-2583:
------------------------------------------
To add to the above, users can use the {{useFullSchemaName}} importer property to instruct the server to return unqualified table names.
> Importing DDL with double-quoted table names removes segments of the name of the . delimiter is in string
> ---------------------------------------------------------------------------------------------------------
>
> Key: TEIIDDES-2583
> URL: https://issues.jboss.org/browse/TEIIDDES-2583
> Project: Teiid Designer
> Issue Type: Bug
> Components: Import/Export
> Reporter: Barry LaFond
> Assignee: Barry LaFond
> Labels: release_notes, verified_jbdsis-8.0.3.CR1
> Fix For: 9.0.3, 9.2
>
>
> CREATE FOREIGN TABLE "products.dbo.ProductData" (......) is a valid DDL statement and ends up setting the name for the table to *products.dbo.ProductData*
> The current logic in TeiidDdlImporter.init() method will change the table name if it includes the "." delimiter.
> For: *products.dbo.ProductData*, the name will be truncated to *ProductData*
> This is in error because Designer and Teiid support the . as a valid character in a table name.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 9 months