-
Bug
-
Resolution: Done
-
Major
-
8.3.3
Create a table with
CREATE TABLE t1 ( c1 VARCHAR(10) DEFAULT 'c1' )
When trying to import it through Teiid Connection Importer, the importer DDL is shown as
CREATE FOREIGN TABLE "dballo00.dbo.t1" ( c1 string(10) DEFAULT '(''c1'')' OPTIONS (NAMEINSOURCE '"c1"', NATIVE_TYPE 'varchar') ) OPTIONS (NAMEINSOURCE '"dballo00"."dbo"."t1"', UPDATABLE TRUE, CARDINALITY 0);
but on the next page, the following error is shown (see screenshot):
The DDL failed to parse with message: "Unparsable table body".
- is cloned by
-
MODE-2492 DDL Parser fails when table contains VARCHAR column with DEFAULT value
- Closed