Details

    • Task
    • Status: Closed (View Workflow)
    • Blocker
    • Resolution: Fixed
    • 10.2.3
    • OTHER
    • None
    • 10.2.0-9, 10.2.0-10, 10.2.0-11, 10.2.1-1, 10.2.1-3, 10.2.1-4, 10.2.1-5, 10.2.2-1, 10.2.2-1, 10.2.2-2, 10.2.2-3, 5.5.51 & 10.2.2, 10.2.2-1, 10.2.2-2, 10.2.2-3, 10.2.2-4, 10.2.3-1, 10.2.3-2, 10.0.28, 10.2.4-2

    Description

      JSON_xxx functions as in 5.7 and SQL standard (?)

      Attachments

        Issue Links

          Activity

            holyfoot Alexey Botchkov added a comment - First patch proposal: http://lists.askmonty.org/pipermail/commits/2016-May/009406.html
            holyfoot Alexey Botchkov added a comment - patch v2.0 http://lists.askmonty.org/pipermail/commits/2016-July/009555.html
            holyfoot Alexey Botchkov added a comment - patch v3.0 http://lists.askmonty.org/pipermail/commits/2016-September/009854.html
            holyfoot Alexey Botchkov added a comment - unittest added. http://lists.askmonty.org/pipermail/commits/2016-October/009959.html

            See my reply to your review, and the new unittest commit.

            holyfoot Alexey Botchkov added a comment - See my reply to your review, and the new unittest commit.
            holyfoot Alexey Botchkov added a comment - Implementing the rest of the functions. http://lists.askmonty.org/pipermail/commits/2016-November/010087.html
            StevenWdV Steven WdV added a comment -

            A have a question (sorry if this is the wrong place for it): why do the JSON functions not return compacted JSON?
            For example:

            SELECT JSON_ARRAY(1,2,3)

            returns [1, 2, 3] instead of [1,2,3] (without spaces). Of course we can compact it with JSON_COMPACT, but it would probably more efficiƫnt to not put spaces in in the first place, since you rarely want loose JSON to appear in a database.

            StevenWdV Steven WdV added a comment - A have a question (sorry if this is the wrong place for it): why do the JSON functions not return compacted JSON? For example: SELECT JSON_ARRAY(1,2,3) returns [1, 2, 3] instead of [1,2,3] (without spaces). Of course we can compact it with JSON_COMPACT , but it would probably more efficiƫnt to not put spaces in in the first place, since you rarely want loose JSON to appear in a database.

            People

              holyfoot Alexey Botchkov
              serg Sergei Golubchik
              Votes:
              2 Vote for this issue
              Watchers:
              6 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.