[teiid-issues] [JBoss JIRA] (TEIID-2959) Revert Salesforce DDL Option keys

Mark Drilling (JIRA) issues at jboss.org
Wed May 14 11:17:56 EDT 2014


Mark Drilling created TEIID-2959:
------------------------------------

             Summary: Revert Salesforce DDL Option keys
                 Key: TEIID-2959
                 URL: https://issues.jboss.org/browse/TEIID-2959
             Project: Teiid
          Issue Type: Bug
          Components: AdminApi
    Affects Versions: 8.7
            Reporter: Mark Drilling
            Assignee: Ramesh Reddy


The OPTION keys for Salesforce DDL changed going from 8.6 to 8.7.   Example below.

=================
8.6 version
CONSTRAINT Id_PK PRIMARY KEY(Id),
CONSTRAINT FK_ApexPage_ScontrolId FOREIGN KEY(ScontrolId) REFERENCES ApexPage
) OPTIONS (UPDATABLE TRUE, Custom 'false', "Supports Create" 'true', "Supports Delete" 'true', "Supports Merge" 'false', "Supports Query" 'true', "Supports Replicate" 'true', "Supports Retrieve" 'true', "Supports Search" 'false');
=================
8.7 version
CONSTRAINT Id_PK PRIMARY KEY(Id),
CONSTRAINT FK_ApexPage_ScontrolId FOREIGN KEY(ScontrolId) REFERENCES importVDBSrcModel.ApexPage (Id)
) OPTIONS (UPDATABLE TRUE, custom 'false', supportsCreate 'true', supportsDelete 'true', supportsMerge 'false', supportsQuery 'true', supportsReplicate 'true', supportsRetrieve 'true', supportsSearch 'false');
=================



--
This message was sent by Atlassian JIRA
(v6.2.3#6260)


More information about the teiid-issues mailing list