icingadb-web/test/php
Johannes Meyer 20347acf82 Auth: Flatten semantically equal restrictions
This avoids several sub queries where just one is sufficient.
Before: `(a=b|c=d|e=f)|(g=h|i=j|k=l)|(m=n|o=p)`
After:  `(a=b|c=d|e=f|g=h|i=j|k=l|m=n|o=p)`

Whether this has a real advantage needs to be seen, but I
think it helps the query optimizers to better optimize :D
2026-03-02 14:49:05 +01:00
..
application/clicommands usergroups: Rename to contactgroups 2025-04-10 15:04:41 +02:00
Lib tests: Enhance command transport tests 2025-11-12 15:15:10 +01:00
library/Icingadb Auth: Flatten semantically equal restrictions 2026-03-02 14:49:05 +01:00