[JBoss JIRA] Updated: (TEIID-251) Support SQL 2003 order by with expressions
by Steven Hawkins (JIRA)
[ https://jira.jboss.org/jira/browse/TEIID-251?page=com.atlassian.jira.plug... ]
Steven Hawkins updated TEIID-251:
---------------------------------
Fix Version/s: 6.2.0
(was: 6.3.0)
Given the work on TEIID-514, it would be easier to implement this feature through inline view creation (with the same logic as group by rewriting) with unrelated columns. The designer would still need to have its display node logic updated before this would work there.
> Support SQL 2003 order by with expressions
> ------------------------------------------
>
> Key: TEIID-251
> URL: https://jira.jboss.org/jira/browse/TEIID-251
> Project: Teiid
> Issue Type: Feature Request
> Components: Query Engine
> Affects Versions: 6.0.0
> Reporter: Steven Hawkins
> Priority: Optional
> Fix For: 6.2.0
>
> Original Estimate: 2 days
> Remaining Estimate: 2 days
>
> Defect Tracker #25000: SQL 2003 allows the order by clause to contain expressions instead of just simple simple symbol names. Since we already support expressions in the group by clause (which is actually against the SQL spec), it would make since to support expressions in the order by as well.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
16 years, 9 months
[JBoss JIRA] Updated: (TEIID-409) server port number should be checked for availability when creating a second mmprocess
by Ramesh Reddy (JIRA)
[ https://jira.jboss.org/jira/browse/TEIID-409?page=com.atlassian.jira.plug... ]
Ramesh Reddy updated TEIID-409:
-------------------------------
Fix Version/s: 6.3.0
(was: 6.2.0)
Possibly this is no longer applicable, moving 6.3 as multi process mode is handled in that release.
> server port number should be checked for availability when creating a second mmprocess
> --------------------------------------------------------------------------------------
>
> Key: TEIID-409
> URL: https://jira.jboss.org/jira/browse/TEIID-409
> Project: Teiid
> Issue Type: Bug
> Components: Server
> Affects Versions: 6.x
> Reporter: Marc Shirley
> Fix For: 6.3.0
>
>
> Creating a second process on a server increments the port number by one from the primary process. This port number does not seem to be checked for availability, and so, if the second process's port is already in use, then status of the second process will be unreliable (it flickers between "Running" and "Not Started" states). One or more of the below actions should be taken:
> 1) A check should be added to the process of adding a second process to detect whether a port is already in use.
> 2) A KI entry should be made to cover the issue.
> 3) Steps should be added to the Console User's Guide and/or Server Tuning Guide to advise the reader to make sure the port assigned to the second process is not in use by another application.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
16 years, 9 months