[teiid-issues] [JBoss JIRA] Created: (TEIID-870) Standardize the JDBC metadata

Steven Hawkins (JIRA) jira-events at lists.jboss.org
Tue Oct 13 11:31:05 EDT 2009


Standardize the JDBC metadata
-----------------------------

                 Key: TEIID-870
                 URL: https://jira.jboss.org/jira/browse/TEIID-870
             Project: Teiid
          Issue Type: Sub-task
          Components: JDBC Driver
    Affects Versions: 6.3
            Reporter: Steven Hawkins
            Assignee: Steven Hawkins
             Fix For: 6.3


The current JDBC metadata:
catalog = null
schema = vdbname (except when getSchemas is used, then it's reported as model name)
table = table full name

proposed change (which is much closer to what was done for OA ODBC metadata):
catalog = vdbname
schema = model name
table = the rest of the table name including "." if a schema/catalog is in the model

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