Uploaded image for project: 'MariaDB Server'
  1. MariaDB Server
  2. MDEV-3383

LP:817966 - int_column IN (string_constant)

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Major
    • Resolution: Fixed
    • None
    • None
    • None

    Description

      create table t1 (a int primary key, b int);
      insert t1 values (1,1),(2,2),(3,3);
      select * from t1 where a in ('1', '2.1');
      -------+

      a b

      -------+

      1 1
      2 2

      -------+

      Attachments

        Activity

          People

            serg Sergei Golubchik
            serg Sergei Golubchik
            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.