[JBoss JIRA] Created: (TEIID-1604) Rationalize the context objects
by Steven Hawkins (JIRA)
Rationalize the context objects
-------------------------------
Key: TEIID-1604
URL: https://issues.jboss.org/browse/TEIID-1604
Project: Teiid
Issue Type: Quality Risk
Components: Connector API, Query Engine
Affects Versions: 8.0
Reporter: Steven Hawkins
Assignee: Steven Hawkins
Fix For: 8.0
The the CommandContext and the ExecutionContext should have their methods rationalized so that there is a uniform way to access information (ExecutionContext.getCommandContext().getSession().getUsername() vs. ExecutionContext.getUserName()) and/or at least ensure that method names are the same.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 7 months
[JBoss JIRA] Created: (TEIID-1680) issues with correlation and aggregation
by Steven Hawkins (JIRA)
issues with correlation and aggregation
---------------------------------------
Key: TEIID-1680
URL: https://issues.jboss.org/browse/TEIID-1680
Project: Teiid
Issue Type: Bug
Components: Query Engine
Affects Versions: 7.0
Reporter: Steven Hawkins
Assignee: Steven Hawkins
subqueries used in the having/select clause of a query with grouping only understand correlated element symbols - not correlated grouping expressions or correlated aggregate values.
If a nested aggregate contains only outer references, then it should be treated as a correlated value.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 10 months
[JBoss JIRA] Created: (TEIID-1715) Simplify ODBC buffers
by Steven Hawkins (JIRA)
Simplify ODBC buffers
---------------------
Key: TEIID-1715
URL: https://issues.jboss.org/browse/TEIID-1715
Project: Teiid
Issue Type: Quality Risk
Components: ODBC
Affects Versions: 7.4.1
Reporter: Steven Hawkins
Assignee: Steven Hawkins
Fix For: 7.4.1, 7.5
The results message is being built separately then copied into results buffer. These should use a single buffer. Also we are mistakenly using direct buffers. Beyond the possible memory implications in heavy usage scenarios, direct buffers cannot grow which means that any result over the ODBCPacketSize (such as a lob) will cause an exception.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 10 months