]
Steven Hawkins updated TEIID-5730:
----------------------------------
Fix Version/s: 12.1.1
DDLStringVisitor writes the Namesspaces outside the Database scope
------------------------------------------------------------------
Key: TEIID-5730
URL:
https://issues.jboss.org/browse/TEIID-5730
Project: Teiid
Issue Type: Bug
Components: VDB
Reporter: Ramesh Reddy
Assignee: Ramesh Reddy
Priority: Major
Fix For: 12.2, 12.1.1
When `Database` object is being serialized to DDL form using the DDLStringVisitor it adds
NAMESPACE declarations before the `CREATE DATABASE` statement. It should be after it.