Allow to declare multiple ORs of the same field in the SQL filter object
All checks were successful
gitea-sync/silk/pipeline/head This commit looks good

This commit is contained in:
DanyLE
2023-02-20 15:21:02 +01:00
parent efe5281f2f
commit 71434c48ff
2 changed files with 13 additions and 2 deletions

View File

@@ -401,6 +401,7 @@ test("SQL Generator", function()
user = "dany'",
["$or"] = {
email = "test@mail.com",
age = {10,20,30,40},
["age$ne"] = 30,
["$and"] = {
["birth$ne"] = 1986,