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

Bug in documentation for JSON_TABLE #11041

Closed
mkurz opened this issue Nov 27, 2020 · 1 comment
Closed

Bug in documentation for JSON_TABLE #11041

mkurz opened this issue Nov 27, 2020 · 1 comment

Comments

@mkurz
Copy link

mkurz commented Nov 27, 2020

See https://www.jooq.org/doc/3.14/manual/sql-building/table-expressions/json-table-function/

The SQL on the left side and the jOOQ example on the right side are not synced.
Left the json path is: $[*] (which is correct)
Left the json path is: $.[*] (which is NOT correct, needs to be fixed)

@lukaseder
Copy link
Member

Thank you very much for your report

3.15 Other improvements automation moved this from To do to Done Nov 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Development

No branches or pull requests

2 participants