mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
[feature/sql-bool-builder] Adding the IS operator to predicted operators
PHPBB3-13652
This commit is contained in:
@@ -153,7 +153,7 @@ class phpbb_boolean_processor_test extends phpbb_database_test_case
|
||||
),
|
||||
array('AND',
|
||||
array('ug.group_id', '=', 1),
|
||||
array('b.ban_id', 'IS NOT', NULL),
|
||||
array('b.ban_id', 'IS_NOT', NULL),
|
||||
),
|
||||
),
|
||||
array('u.user_id', '=', 'ug.user_id'),
|
||||
|
Reference in New Issue
Block a user