We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bc6a25 commit e8ecbdcCopy full SHA for e8ecbdc
1 file changed
lib/Constants.php
@@ -39,8 +39,8 @@
39
\define('_BETWEEN', 'BETWEEN');
40
\define('_notBETWEEN', 'NOT BETWEEN');
41
42
- \define('_isNULL', 'IS NULL');
43
- \define('_notNULL', 'IS NOT NULL');
+ \define('_isNULL', 'IS');
+ \define('_notNULL', 'IS NOT');
44
\define('_BOOLEAN_OPERATORS', [
45
'<', '>', '=', '!=', '>=', '<=', '<>',
46
'IN', 'LIKE', 'NOT LIKE', 'BETWEEN', 'NOT BETWEEN', 'IS', 'IS NOT'
0 commit comments