Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does tidb support json_contains? #7299

Closed
secmask opened this issue Aug 7, 2018 · 4 comments
Closed

Does tidb support json_contains? #7299

secmask opened this issue Aug 7, 2018 · 4 comments
Labels
type/question The issue belongs to a question.

Comments

@secmask
Copy link

secmask commented Aug 7, 2018

  1. What did you do?

query: select json_contains('[3,4]','4');

  1. What did you expect to see?

|1|

  1. What did you see instead?

FUNCTION json_contains does not exist

  1. What version of TiDB are you using (tidb-server -V or run select tidb_version(); on TiDB)?

v2.0.6

we're trying to use TiDB in application, and I know that not all json function is supported, can I know when it/they will be get support?

@jackysp
Copy link
Member

jackysp commented Aug 7, 2018

Thanks for your feedback, @secmask ! TiDB does not support json_contains now.

@jackysp jackysp added the type/question The issue belongs to a question. label Aug 7, 2018
@winoros winoros changed the title json_contains Does tidb support json_contains? Aug 7, 2018
@secmask
Copy link
Author

secmask commented Aug 7, 2018

@jackysp thanks for quick answer, I have read thought issues and know that it does not support now. but, could you estimate when it will get support? because I need to know should I wait.

@jackysp
Copy link
Member

jackysp commented Aug 8, 2018

PTAL @shenli

@zz-jason
Copy link
Member

zz-jason commented Sep 7, 2018

fixed by #7443

@zz-jason zz-jason closed this as completed Sep 7, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/question The issue belongs to a question.
Projects
None yet
Development

No branches or pull requests

3 participants