Skip to content

Fixes #1371 #1377

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

Merged
merged 2 commits into from
Oct 20, 2021
Merged

Fixes #1371 #1377

merged 2 commits into from
Oct 20, 2021

Conversation

manticore-projects
Copy link
Contributor

Postgres specific JSON_OBJECT syntax supporting:
SELECT json_object('{a, 1, b, 2}');
SELECT json_object('{{a, 1}, {b, 2}}');
SELECT json_object('{a, b}', '{1,2 }');

Fixes #1371

Postgres specific JSON_OBJECT syntax supporting:
SELECT json_object('{a, 1, b, 2}');
SELECT json_object('{{a, 1}, {b, 2}}');
SELECT json_object('{a, b}', '{1,2 }');
@wumpz wumpz merged commit cbffe6b into JSQLParser:master Oct 20, 2021
@manticore-projects manticore-projects deleted the Issue1371 branch May 31, 2022 11:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unable to parse Postgres query with json_object function
2 participants