Skip to content

Fix where with 1 level imb

  • Fix SQLEnumerable().where() when the second operand is a string, in json when we have only one level of nesting.
# Shape of the lambdas where the bug appeared
lambda x: x.data.name == "toto"

Merge request reports

Loading