Skip to content

null value smaller than any numeric #126

@darkterror-jl

Description

@darkterror-jl

Describe the bug

var expression = new expressive.Expression("[variable] < 500");
var result = expression.Evaluate(new Dictionary<string, object> { ["variable"] = null });

Expected behavior
result should return False or just throw exception in my opinion?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions