Skip to content

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