Uploaded image for project: 'MariaDB ColumnStore'
  1. MariaDB ColumnStore
  2. MCOL-1426

Using lower/upper on a value with special characters returns null

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Trivial
    • Resolution: Not a Bug
    • 1.1.4
    • Icebox
    • ?
    • None

    Description

      CREATE TABLE `testtable` (
      `id` int(11) NOT NULL,
      `name` varchar(80) NOT NULL
      ) ENGINE=Columnstore DEFAULT CHARSET=utf8;

      insert into testtable value (1, "tüst");

      select id, name, lower(name) from (testtable);

      returns:
      1, tüst, null

      Attachments

        Activity

          People

            Unassigned Unassigned
            DanielW Dalu (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Git Integration

                Error rendering 'com.xiplink.jira.git.jira_git_plugin:git-issue-webpanel'. Please contact your Jira administrators.