-
Bug
-
Resolution: Obsolete
-
Major
-
9.0.4
-
None
I have a model with table that has String column with default value "Stock".
DDL generated by TD for dynamic VDB looks like this:
...
TYPE string(15) DEFAULT ('Stock') OPTIONS(NAMEINSOURCE '"TYPE"', NATIVE_TYPE 'VARCHAR2', UPDATABLE 'FALSE'),
...
DEFAULT ('Stock') is not correct, it should be: DEFAULT '("Stock")'
- is incorporated by
-
TEIIDDES-2699 Issues with Dynamic VDB import/export
- Closed