]
Barry LaFond reassigned TEIIDDES-3124:
--------------------------------------
Assignee: Barry LaFond
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?