tidb icon indicating copy to clipboard operation
tidb copied to clipboard

WIP: JSON support

Open xiongjiwei opened this issue 3 years ago • 0 comments

The JSON type is supported in tidb but not GA yet. This issue will trace the JSON GA project.

Goal

make the basic function is available

Non-Goal

multi-valued index Partial update

Task

  • [ ] json-path-syntax compatibility and enhancement
  • [ ] cast to/from string
  • [ ] cast to/from number
  • [ ] cast to/from date
  • [ ] cast to/ from NULL
  • [ ] comparison between json

function(expression) index and generate columns

  • [ ] create function index using json_unquote

all the issues

xiongjiwei avatar Aug 09 '22 09:08 xiongjiwei