[JBoss JIRA] Created: (TEIID-1478) various jdbc import issues
by Steven Hawkins (JIRA)
various jdbc import issues
--------------------------
Key: TEIID-1478
URL: https://issues.jboss.org/browse/TEIID-1478
Project: Teiid
Issue Type: Bug
Components: JDBC Connector
Affects Versions: 7.0
Reporter: Steven Hawkins
Assignee: Steven Hawkins
Fix For: 7.4
We should not through an exception if the primary key for a foreign key cannot be found - which is most likely due to being filtered from import, instead the key should just be dropped.
We should automatically remap the invalid column name char '.' to '_' - since this is the current behavior of designer.
We also do not have good handling for the mysql bit type, which can be larger than a single bit.
Default values should be captured and should be normalized for BIT types.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 5 months
[JBoss JIRA] Created: (TEIID-1497) misc subquery enhancements
by Steven Hawkins (JIRA)
misc subquery enhancements
--------------------------
Key: TEIID-1497
URL: https://issues.jboss.org/browse/TEIID-1497
Project: Teiid
Issue Type: Feature Request
Components: Query Engine
Affects Versions: 7.4
Reporter: Steven Hawkins
Assignee: Steven Hawkins
Fix For: 7.4
Federated exists and scalar subqueries should be implicitly limited to not pull back extra results.
The subquery aware evaluator should have a small cache to reuse correlated results.
uncorrelated subqueryin and some forms of quantified comparison should be processed as dependent set criteria or use an indexed structure for teiid evaluation.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 5 months
[JBoss JIRA] Created: (TEIID-1446) Error during startup when CXF is installed
by Ramesh Reddy (JIRA)
Error during startup when CXF is installed
------------------------------------------
Key: TEIID-1446
URL: https://issues.jboss.org/browse/TEIID-1446
Project: Teiid
Issue Type: Bug
Components: Server
Affects Versions: 7.3
Reporter: Ramesh Reddy
Fix For: 7.3
12:00:07,398 WARNING [Injector] duplicate class definition bug occured? Please report this : org/teiid/metadata/FunctionMethod$JaxbAccessorM_getInputParameters_setInputParameters_[Lorg_teiid_metadata_FunctionParameter;
java.lang.ClassFormatError: Illegal class name "org/teiid/metadata/FunctionMethod$JaxbAccessorM_getInputParameters_setInputParameters_[Lorg_teiid_metadata_FunctionParameter;" in class file org/teiid/metadata/FunctionMethod$JaxbAccessorM_getInputParameters_setInputParameters_[Lorg_teiid_metadata_FunctionParameter;
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClassCond(ClassLoader.java:632)
at java.lang.ClassLoader.defineClass(ClassLoader.java:616)
at java.lang.ClassLoader.defineClass(ClassLoader.java:466)
at sun.reflect.GeneratedMethodAccessor117.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 5 months