]
Barry LaFond reopened TEIIDDES-960:
-----------------------------------
Looks like there's a minor naming issue with the new changes.
Import from MySQL Products and the productsymbols table is imported with the
"SYMBOL" column resulting in a "SYMBOL1" name.
There is another column "SYMBOL_TYPE" that gets created first and for some
reason the new logic is thinking that "SYMBOL" already is a column.
StringNameValidator.createUniqueName() method is performing multiple
unnecessary string operations
--------------------------------------------------------------------------------------------------
Key: TEIIDDES-960
URL:
https://issues.jboss.org/browse/TEIIDDES-960
Project: Teiid Designer
Issue Type: Bug
Components: Import/Export, Modeling
Affects Versions: 7.4
Reporter: Barry LaFond
Assignee: Dan Florian
Fix For: 7.4
Attachments: docbook.xsd, xlink.xsd, xml.xsd
Discovered that StringNameValidator.createUniqueName() method is performing an interative
existingName.toUpperCase() call.
Importing BQT2 tables from SQL Server, for instance resulted in 2200+ calls to
existingName.toUpperCase().
jdbc:sqlserver://slntdb02.mw.lab.eng.bos.redhat.com:1433;databaseName=bqt2
--
This message is automatically generated by JIRA.
For more information on JIRA, see: