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"
Le support de mattermost va être supprimé de gitlab. Simultanément un changement de licence de mattermost va rendre son utilisation impossible. Nous serons donc obligé de supprimer mattermost.obspm.fr en juin 2026.
Nous vous invitons à utiliser https://chat.obspm.fr en remplacement.
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"