Skip to content

Incorrect operators used for AND/OR #26

@miholler

Description

@miholler

The ODataFilterLanguage uses bitwise instead of logical AND/OR operators which leads to long running SQL queries, because the conditions are casted as BIT and compared against 0 or 1 instead of checking if the condition is met (True) or not (False).

@alex-davies I would be happy to fix this, but I don't have the permissions to create branches and therefore am not able to create a PR.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions