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

JSON_CONTAINS_PATH does not detect invalid path and returns TRUE

    XMLWordPrintable

Details

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

    Description

      10.2

      MariaDB [test]> select json_contains_path('{"foo":"bar"}', 'one', '$[]');
      +---------------------------------------------------+
      | json_contains_path('{"foo":"bar"}', 'one', '$[]') |
      +---------------------------------------------------+
      |                                                 1 |
      +---------------------------------------------------+
      1 row in set (0.00 sec)
      

      MySQL 5.7

      MySQL [test]> select json_contains_path('{"foo":"bar"}', 'one', '$[]');
      ERROR 3143 (42000): Invalid JSON path expression. The error is around character position 2.
      

      Attachments

        Activity

          People

            holyfoot Alexey Botchkov
            elenst Elena Stepanova
            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.