Skip to content

Fix where with 1 level imb

Chosson Ulysse requested to merge FIX_where_with_1_level_imb into dev
  • 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