]
Ramesh Reddy resolved TEIID-5730.
---------------------------------
Resolution: Done
corrected the DDL generation.
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
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.