Uploaded image for project: 'Ignite'
  1. Ignite
  2. IGNITE-22100

Sql. Incorrect support of character set for CHAR data type

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • sql
    • Docs Required, Release Notes Required

    Description

      Seems the character set doesn't apply to column type.

      Need to investigate the reason and fix it

      For example:

      // create table with LATIN-1 charset column
      CREATE TABLE t_latin1 (c1 CHARACTER(3) CHARACTER SET LATIN1);
      
      // try to insert Unicode symbol into he table
      INSERT INTO t_latin1 VALUES('🍞'); -- no any error
      
      // select from the table also return the value
      SELECT * from t_latin1;
      🍞

       

       

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              jooger Iurii Gerzhedovich
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated: