Skip to content

version 1.8.2

Chosson Ulysse requested to merge dev into main

[1.8.2] - 2023-03-28

Fixed

  • 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"
  • Fix name of return column in dict in group_join with aggregate function.

Merge request reports