Skip to content

Json function Improvements #1506

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 17 commits into from
Apr 9, 2022
Merged

Conversation

manticore-projects
Copy link
Contributor

Fixes #1504

Correct parsing the Standard Compliant JSON_OBJECT() function, where KEY is supposed to be a String
Add support for MySQL JSON_OBJECT(), where multiple Key-Value Pairs are separated by Comma ,

Parallel Test execution
Gradle Caching
Explicitly request for latest JavaCC 7.0.10
Parallel Test execution
Gradle Caching
Explicitly request for latest JavaCC 7.0.10
Space around the `:` delimiter of JSON Functions
Enforce `KEY` as `S_CHAR_LITERAL`
Allow `Column` as `VALUE`
Temporarily disable Postgres Syntax
Bring back Postgres Syntax
Enable MySQL Syntax JSON_OBJECT(key, value [, key, value, ...])
Fix some more tests, where key was not a String
@wumpz wumpz merged commit e3f531c into JSQLParser:master Apr 9, 2022
@manticore-projects manticore-projects deleted the JSONFunction branch May 31, 2022 11:56
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.

cannot parse mysql column in JSON_OBJECT function
2 participants