-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Done
-
Affects Version/s: 9.0.4
-
Fix Version/s: 10.0.2
-
Component/s: Dynamic VDBs
-
Labels:
-
Steps to Reproduce:
- import the attached project
- export a dynamic VDB from the VDB archive, notice the DDL does not contain access pattern constraints
When exporting a dynamic VDB, access pattern constrains on model tables are not exported.
Actual DDL:
CREATE FOREIGN TABLE s1 ( |
newColumn_1 string(4000),
|
newColumn_2 string(4000)
|
)
|
Expected DDL:
CREATE FOREIGN TABLE s1 ( |
newColumn_1 string(4000),
|
newColumn_2 string(4000),
|
CONSTRAINT NewAccessPattern ACCESSPATTERN (newColumn_1) |
)
|
- is incorporated by
-
TEIIDDES-2699 Issues with Dynamic VDB import/export
-
- Resolved
-