]
Steven Hawkins reassigned TEIID-4528:
-------------------------------------
Assignee: Steven Hawkins (was: Barry LaFond)
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.