Uploaded image for project: 'Tajo (Retired)'
  1. Tajo (Retired)
  2. TAJO-1485

Datum 'Char' returned only 1byte.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Pending Closed
    • None
    • 0.11.0, 0.10.1
    • None
    • None

    Description

      Even though table's column have long char data, 'Char Datum' only returns 1byte.

      create table test1 (col1 char(5));
      insert into test1 select 'a';
      insert into test1 select 'abc';
      insert into test1 select 'abcde';
      select * from test1;
      col1
      -------------------------------
      a
      a
      a
      (3 rows, 0.151 sec, 6 B selected)

      Attachments

        Activity

          People

            charsyam DaeMyung Kang
            seungunchoe Seungun Choe
            Votes:
            1 Vote for this issue
            Watchers:
            6 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: