Incorrect usage of `NOT IN()` for columns that accept `NULL`
authorAlexander Ebert <ebert@woltlab.com>
Sun, 16 Feb 2020 17:06:29 +0000 (18:06 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Sun, 16 Feb 2020 17:06:29 +0000 (18:06 +0100)
commit2b74e47abbed6c0637ed4aca19689e1c3871ca7e
tree680ec94606da67f8d464dc41d17b00f617e6edf5
parent9dee7a9b409af3fd1d4455f8ee00202db62f12c7
Incorrect usage of `NOT IN()` for columns that accept `NULL`

`NULL` is considered to fail the condition `NOT IN (1, 2, …)`.
wcfsetup/install/files/lib/system/box/AbstractCommentListBoxController.class.php