Uploaded image for project: 'Teiid Designer'
  1. Teiid Designer
  2. TEIIDDES-2687

Dynamic VDB generation - Default value for string column problem (DDL)

XMLWordPrintable

      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")'

            mdrillin1@redhat.com Mark Drilling (Inactive)
            mmakovy@redhat.com Matus Makovy
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:
              Resolved: