[
https://issues.apache.org/jira/browse/CALCITE-3941?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Forward Xu updated CALCITE-3941:
--------------------------------
Summary: Add the default strict mode to the path in the Json functions
(was: Add the default strict mode to the path in the Json functions.)
> Add the default strict mode to the path in the Json functions
> -------------------------------------------------------------
>
> Key: CALCITE-3941
> URL: https://issues.apache.org/jira/browse/CALCITE-3941
> Project: Calcite
> Issue Type: Improvement
> Components: core
> Reporter: Forward Xu
> Assignee: Forward Xu
> Priority: Major
>
> Add the default strict mode to the path in the JSON functions.
> before:
> json_exists ('\{"foo": "bar"}', 'lax $ .foo') or
> json_exists ('\{"foo": "bar"}', 'strict $ .foo')
> after:
> json_exists ('\{"foo": "bar"}', '$ .foo')
--
This message was sent by Atlassian Jira
(v8.3.4#803005)