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

Fix JSON string comparison. #475

Merged
merged 2 commits into from
Jun 30, 2021
Merged

Commits on Jun 21, 2021

  1. Fix JSON string comparison.

    Fix when a JSON is compared with a string, and apply
    unquote as MySQL does.
    
    Signed-off-by: Antonio Navarro Perez <antnavper@gmail.com>
    ajnavarro committed Jun 21, 2021
    Configuration menu
    Copy the full SHA
    c161bdf View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2021

  1. Change JSONDocument to JSONValue on string Convert.

    It also uncovered other bug related with null JSONValues. They were
    translated to "" instead of "null".
    
    Signed-off-by: Antonio Navarro Perez <antnavper@gmail.com>
    ajnavarro committed Jun 23, 2021
    Configuration menu
    Copy the full SHA
    82a4d10 View commit details
    Browse the repository at this point in the history