[JBoss JIRA] (TEIID-2922) Extra unique constraint in dynamic vdb schema
by Steven Hawkins (JIRA)
[ https://issues.jboss.org/browse/TEIID-2922?page=com.atlassian.jira.plugin... ]
Steven Hawkins commented on TEIID-2922:
---------------------------------------
Some databases report primary keys both as a key and as a unique constraint, so it does have two entries when we ask for get keys. Beyond clutter though, this doesn't have any negative effect - other than rippling the same double entry through our metadata.
> Extra unique constraint in dynamic vdb schema
> ---------------------------------------------
>
> Key: TEIID-2922
> URL: https://issues.jboss.org/browse/TEIID-2922
> Project: Teiid
> Issue Type: Bug
> Components: AdminApi
> Affects Versions: 8.4
> Reporter: Mark Drilling
> Assignee: Steven Hawkins
>
> I'm getting an extra Unique Constraint in the dynamic VDB schema - for a MySQL table with only a primary key. See steps to reproduce.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
10 years, 8 months
[JBoss JIRA] (TEIID-2920) Certain Translator Override Definitions for JDBC have identical display names
by Ramesh Reddy (JIRA)
[ https://issues.jboss.org/browse/TEIID-2920?page=com.atlassian.jira.plugin... ]
Ramesh Reddy resolved TEIID-2920.
---------------------------------
Resolution: Done
added as
{code}
@Deprecated
@TranslatorProperty(display="Deprecated Property:Direct Query Procedure Name", description="Deprecated Property, use Direct Query Procedure Name", advanced=true)
final public String getNativeQueryProcedureName() {
return this.nativeProcedureName;
}
@TranslatorProperty(display="Deprecated Property:Supports Direct Query Procedure", description="Deprecated Property, Use Supports Direct Query Procedure instead", advanced=true)
final public boolean supportsNativeQueries() {
return this.supportsNativeQueries;
}
{code}
> Certain Translator Override Definitions for JDBC have identical display names
> -----------------------------------------------------------------------------
>
> Key: TEIID-2920
> URL: https://issues.jboss.org/browse/TEIID-2920
> Project: Teiid
> Issue Type: Bug
> Reporter: Barry LaFond
> Assignee: Ramesh Reddy
> Fix For: 8.7
>
>
> In VDB editor, noticed that their are duplicate display names for certain JDBC translator properties. Confusing...
> Debugged a little and here are the culprits I found:
> ID = supportsDirectQueryProcedure
> * Display Name = *Supports direct query procedure*
> ID = supportsNativeQueries
> * Display Name = *Supports direct query procedure*
> ID = DirectQueryProcedureName
> * Display Name = *Name of the direct query procedure*
> ID = NativeQueryProcedureName
> * Display Name = *Name of the direct query procedure*
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
10 years, 8 months