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

DDL importer creates wrong data type for "integer"

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 8.4, 8.3.4
    • 8.3
    • Import/Export
    • None

    Description

      When using the Teiid Designer's "DDL importer" or "Teiid Connection >> Source Model",

      • if the DDL supplied is "Teiid" dialect
      • if the data type supplied is "integer"

      Then the resulting data type of the column/parameter is mapped "xs:decimal" which is aliased as "integer", which results in "big integer" at run time.

      This should be mapped to "xs:long" which is aliased as "int". The confusing thing is there is also "xs:integer" which is aliased to "long"

      Attachments

        Activity

          People

            blafond Barry LaFond
            rhn-engineering-rareddy Ramesh Reddy
            Votes:
            2 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: