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

[SMALL] Fix to #29572 - Json: predicate on json bool property generates incorrect sql #29574

Merged
1 commit merged into from
Nov 16, 2022

Commits on Nov 15, 2022

  1. Fix to #29572 - Json: predicate on json bool property generates incor…

    …rect sql
    
    Search condition visitor wasn't handling json scalar expressions properly - we should convert them into search conditions/values just like we do with regular columns
    
    Fixes #29572
    maumar committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    753a0fa View commit details
    Browse the repository at this point in the history