We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7eacdc commit 71f2ad5Copy full SHA for 71f2ad5
tests/06_Query/QOM/Sql2TestQueries.php
@@ -99,7 +99,7 @@ public static function getQueries()
99
/**
100
* 6.7.15. NotConstraint
101
*/
102
- $queries['6.7.15.Not'] = 'SELECT * FROM [nt:file] AS file WHERE NOT file.prop1 IS NOT NULL';
+ $queries['6.7.15.Not'] = 'SELECT * FROM [nt:file] AS file WHERE (NOT file.prop1 IS NOT NULL)';
103
104
105
* 6.7.16. Comparison
0 commit comments