Uploaded image for project: 'Teiid'
  1. Teiid
  2. TEIID-4715

Google translator allows to be inserted larger value than defined for teiid datatype

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Won't Do
    • Icon: Major Major
    • None
    • 9.2
    • None
    • None

      It is possible to insert larger value than defined by the teiid datatype, see query:
      INSERT INTO SmallA (IntKey, BigIntegerValue) VALUES (100, 1234567890123456789012345)

      But if I try to select the value, null is returned for BigIntegerValue:
      SELECT IntKey, BigIntegerValue FROM SmallA WHERE IntKey=100

      (VDB is same as in TEIID-4714)

            rhn-engineering-shawkins Steven Hawkins
            lfabriko@redhat.com Lucie Krejcirova
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: