[teiid-issues] [JBoss JIRA] (TEIID-4528) ddl generation / parsing semicolon handling

Steven Hawkins (JIRA) issues at jboss.org
Thu Oct 20 13:05:00 EDT 2016


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

Steven Hawkins resolved TEIID-4528.
-----------------------------------
    Resolution: Done


DDL statements must now be separated by a semicolon - but we'll for now allow create table / procedure to not have a trailing delimiter.  This will keep things backwards compatible with scripts generated by Teiid and Teiid Designer, but eventually we may need to remove this option.  To that end, I'll backport the ddl generation changes to 9.1/9.0.

> ddl generation / parsing semicolon handling
> -------------------------------------------
>
>                 Key: TEIID-4528
>                 URL: https://issues.jboss.org/browse/TEIID-4528
>             Project: Teiid
>          Issue Type: Bug
>          Components: Grammar, Query Engine
>            Reporter: Steven Hawkins
>            Assignee: Steven Hawkins
>             Fix For: 9.2
>
>
> The DDL to string logic omits the trailing semicolon with global temp tables and create procedure statements.  The parser is also lax in that it will accept multiple ddl statements without a delimiter.  With the addition of new keywords / statements in TEIID-2578 this introduces ambiguities into the grammar.



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the teiid-issues mailing list