Skip to content

Commit 71f2ad5

Browse files
committed
Fixed parenthesis
1 parent d7eacdc commit 71f2ad5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/06_Query/QOM/Sql2TestQueries.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ public static function getQueries()
9999
/**
100100
* 6.7.15. NotConstraint
101101
*/
102-
$queries['6.7.15.Not'] = 'SELECT * FROM [nt:file] AS file WHERE NOT file.prop1 IS NOT NULL';
102+
$queries['6.7.15.Not'] = 'SELECT * FROM [nt:file] AS file WHERE (NOT file.prop1 IS NOT NULL)';
103103

104104
/**
105105
* 6.7.16. Comparison

0 commit comments

Comments
 (0)