[JBoss JIRA] (TEIID-2245) Limit pushdown of nulls first/last
by Steven Hawkins (JIRA)
Steven Hawkins created TEIID-2245:
-------------------------------------
Summary: Limit pushdown of nulls first/last
Key: TEIID-2245
URL: https://issues.jboss.org/browse/TEIID-2245
Project: Teiid
Issue Type: Enhancement
Components: Connector API
Affects Versions: 7.4.4
Reporter: Steven Hawkins
Assignee: Johnathon Lee
Priority: Critical
Fix For: 7.4.5
Add the ability to configure how nulls first/last will be handled.
--
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
12 years, 2 months
[JBoss JIRA] (TEIID-2230) VDB with only VDB Imports Never Loads
by Ted Jones (JIRA)
Ted Jones created TEIID-2230:
--------------------------------
Summary: VDB with only VDB Imports Never Loads
Key: TEIID-2230
URL: https://issues.jboss.org/browse/TEIID-2230
Project: Teiid
Issue Type: Feature Request
Components: Server
Affects Versions: 8.1
Reporter: Ted Jones
Assignee: Steven Hawkins
When creating a preview VDB in Designer with two VDB imports, the VDB never becomes active. It remains in "LOADING" status. Adding a model to the VDB in addition to the two VDB imports allows the VDB to deploy in "ACTIVE" status.
--
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
12 years, 2 months
[JBoss JIRA] (TEIID-2226) Validate that result sets returned from a procedure match the expected metadata
by Steven Hawkins (JIRA)
Steven Hawkins created TEIID-2226:
-------------------------------------
Summary: Validate that result sets returned from a procedure match the expected metadata
Key: TEIID-2226
URL: https://issues.jboss.org/browse/TEIID-2226
Project: Teiid
Issue Type: Bug
Components: Query Engine
Reporter: Steven Hawkins
Assignee: Steven Hawkins
Fix For: 8.2
Very little validation is performed to ensure that the proper resultset is returned from a procedure.
for example:
{code}create virtual procedure vproc (x integer) returns table (y integer) as begin if (x = 1) select 1; else select 1, 2; end;{code}
will return an incorrect result if anything but 1 is passed in, which will cause downstream errors, such as exceptions during serialization (if mismatched types) or npes if too few columns.
--
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
12 years, 2 months
[JBoss JIRA] (TEIID-2170) Teiid Hibernate Dialect needs to be updated for Hibernate 4.x
by Ramesh Reddy (JIRA)
Ramesh Reddy created TEIID-2170:
-----------------------------------
Summary: Teiid Hibernate Dialect needs to be updated for Hibernate 4.x
Key: TEIID-2170
URL: https://issues.jboss.org/browse/TEIID-2170
Project: Teiid
Issue Type: Enhancement
Components: JDBC Driver
Affects Versions: 8.1
Reporter: Ramesh Reddy
Currently Hibernate dialect is compiled with 3.5.2, running an example with latest 4.1.6 version, I see errors such as
{code}
Exception in thread "main" java.lang.NoSuchFieldError: DOUBLE
at org.teiid.dialect.TeiidDialect.<init>(TeiidDialect.java:64)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:532)
at java.lang.Class.newInstance0(Class.java:372)
at java.lang.Class.newInstance(Class.java:325)
at org.hibernate.dialect.resolver.DialectFactory.constructDialect(DialectFactory.java:156)
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 2 months
[JBoss JIRA] (TEIID-2235) MetadataRepository scope confusion
by Steven Hawkins (JIRA)
Steven Hawkins created TEIID-2235:
-------------------------------------
Summary: MetadataRepository scope confusion
Key: TEIID-2235
URL: https://issues.jboss.org/browse/TEIID-2235
Project: Teiid
Issue Type: Quality Risk
Components: Server
Affects Versions: 8.0
Reporter: Steven Hawkins
Assignee: Steven Hawkins
Fix For: 8.2
MetadataRepository instances are ill-defined as to their scope. In the worst case this means that present logic inappropriately chains off of shared instances.
We should clarify the scope of constructed instances and have an appropriate chaining implementation.
--
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
12 years, 2 months