[teiid-issues] [JBoss JIRA] Created: (TEIID-880) SQL Server uniqueidentifier handling

Steven Hawkins (JIRA) jira-events at lists.jboss.org
Thu Nov 12 14:06:05 EST 2009


SQL Server uniqueidentifier handling
------------------------------------

                 Key: TEIID-880
                 URL: https://jira.jboss.org/jira/browse/TEIID-880
             Project: Teiid
          Issue Type: Quality Risk
          Components: JDBC Connector
    Affects Versions: 6.0.0
            Reporter: Steven Hawkins
            Assignee: Steven Hawkins
            Priority: Optional
             Fix For: 6.3


SQL Server's uniqueidentifier is typically imported as a string, but cannot be used in comparable operations (distinct, order by, group by).  Our designer cost analyzer logic already compensated for this, but a more general fix would be to wrap the uniqueidentifier as cast(col as char(36)), which would be safe.

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