[teiid-issues] [JBoss JIRA] Resolved: (TEIID-235) ENHANCEMENT: function resolving should also consider return type

Steven Hawkins (JIRA) jira-events at lists.jboss.org
Fri Jun 5 15:38:57 EDT 2009


     [ https://jira.jboss.org/jira/browse/TEIID-235?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Steven Hawkins resolved TEIID-235.
----------------------------------

    Resolution: Done


Used a linkedhashmap instead of an identityhashmap to cover errors.  presumably if the hashcode/equals of two functions are the same they will either both resolve or both fail, so the use of an identityhashmap is not necessary.

> ENHANCEMENT: function resolving should also consider return type
> ----------------------------------------------------------------
>
>                 Key: TEIID-235
>                 URL: https://jira.jboss.org/jira/browse/TEIID-235
>             Project: Teiid
>          Issue Type: Feature Request
>          Components: Query Engine
>    Affects Versions: 6.0.0
>            Reporter: Steven Hawkins
>            Assignee: Steven Hawkins
>            Priority: Optional
>             Fix For: 6.1.0
>
>
> Defect Tracker #24030: The use of PreparedStatements will cause functions to sometimes not resolve.  However additional type information may be available if the function is used in comparison criteria.  In this case the return type may also be used to match the signature of the function.

-- 
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

        



More information about the teiid-issues mailing list