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

SQL YACC/PARSER - new operator, LIKE IN

Details

    • Task
    • Status: Closed (View Workflow)
    • Minor
    • Resolution: Won't Fix
    • None
    • None
    • None

    Description

      Hi guys, could we create a new operator? LIKE IN and NOT LIKE IN
      the LIKE IN is a rewrite of:
      (
      field LIKE like_value1 OR
      field LIKE like_value2 OR
      field LIKE like_value...
      )
      to:
      field LIKE IN (like_value1,like_value2,like_value3,like_value...)

      and NOT LIKE IN a rewrite of:
      (
      field NOT LIKE like_value1 AND
      field NOT LIKE like_value2 AND
      field NOT LIKE like_value...
      )
      to:
      field NOT LIKE IN (like_value1,like_value2,like_value3,like_value...)

      Attachments

        Activity

          People

            Unassigned Unassigned
            rspadim roberto spadim
            Votes:
            0 Vote for this issue
            Watchers:
            2 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.