Uploaded image for project: 'Apache Trafodion (Retired)'
  1. Apache Trafodion (Retired)
  2. TRAFODION-2719

Trafci insert with parameters can insert a string which length is larger than the column's length.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.1-incubating
    • 2.3
    • None
    • None

    Description

      step to reproduce:

      create table c30(id char(30 chars) character set utf8 not null primary key);
      prepare s from insert into c30 values ;
      execute s using '09573c16-4dc1-4ba8-bc68-26adb1db7998';
      – case #3 in the table below, no warning, error, or truncation!

      Attachments

        Issue Links

          Activity

            People

              andyyangcn Yang, Yongfeng
              andyyangcn Yang, Yongfeng
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: