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

Ramesh Reddy (JIRA) issues at jboss.org
Wed May 14 12:39:56 EDT 2014


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

Ramesh Reddy updated TEIID-2959:
--------------------------------

    Fix Version/s: 8.7.1
                   8.8


> 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
>             Fix For: 8.7.1, 8.8
>
>
> 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