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

Handling of fixed-length datatypes is not handled consistently

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 8.5.1, 8.6
    • 8.5, 8.3.3
    • Import/Export
    • None

    Description

      Some data sources like Oracle & SQL Server allow char datatypes with length > 1.

      JDBC importer (via TEIIDDES-2061) converts d-type to string but changes the char to a varchar native type

      Teiid Connection importer will create a char(10) datatype if the column's datatype is string(10) and the native type is char

      In both instances, the datatype should end up being string(10) and the native type == char

      Attachments

        Activity

          People

            blafond Barry LaFond
            blafond Barry LaFond
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: