]
Barry LaFond resolved TEIIDDES-3124.
------------------------------------
Resolution: Done
master:
Fix was to check for single quotes on export and add escape char and remove escape car on
import DDL
problematic DEFAULT String literal values when export/importing a
VDB
---------------------------------------------------------------------
Key: TEIIDDES-3124
URL:
https://issues.jboss.org/browse/TEIIDDES-3124
Project: Teiid Designer
Issue Type: Bug
Components: Import/Export, Modeling
Affects Versions: 10.0.2
Reporter: Johnathon Lee
Assignee: Barry LaFond
Fix For: 11.1.1
VDBs with a column having a DEFAULT value such as
~~~
DEFAULT `---
~~~
results in an invalid
~~~
DEFAULT ''---'
~~~
on export. Can this be guarded against?