cockroachdb / cockroach

CockroachDB - the open source, cloud-native distributed SQL database.
https://www.cockroachlabs.com
Other
29.51k stars 3.7k forks source link

Support jsonb_path_query() #121512

Open DingDLu opened 3 months ago

DingDLu commented 3 months ago

Customer needs to construct complex JSONB Queries to search into arbitrarily nested JSON through their application code and SQL Alchemy.

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like A clear and concise description of what you want to happen.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context or screenshots about the feature request here.

Jira issue: CRDB-37295

rytaft commented 3 months ago

Is this the same as #22513?

dikshant commented 2 months ago

Yep definitely the same.