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 to #30326 - Query: converter from bool used in predicate without comparison fails on sqlite (and other non-sql server backends?) #30633

Closed
wants to merge 1 commit into from

Commits on Apr 4, 2023

  1. Fix to #30326 - Query: converter from bool used in predicate without …

    …comparison fails on sqlite (and other non-sql server backends?)
    
    SqlServer doesn't have the problem because search condition replacing visitor already converts all bool values in the predicate into conditions.
    Fix is to re-purpose this visitor to be used by other providers also and convert bool values to conditions when they have a converter.
    
    Fixes #30326
    maumar committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    ed54aa6 View commit details
    Browse the repository at this point in the history