Skip to content

Commit

Permalink
Adding NOT to the select options
Browse files Browse the repository at this point in the history
Signed-off-by: iifawzi <iifawzie@gmail.com>
  • Loading branch information
iifawzi committed Nov 21, 2022
1 parent 8fddb4b commit f8bd31d
Show file tree
Hide file tree
Showing 3 changed files with 635 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Statements/SelectStatement.php
Expand Up @@ -69,6 +69,7 @@ class SelectStatement extends Statement
'SQL_CACHE' => 8,
'SQL_NO_CACHE' => 8,
'SQL_CALC_FOUND_ROWS' => 9,
'NOT' => 10,
];

/**
Expand Down
1 change: 1 addition & 0 deletions tests/data/parser/parseSelect12.in
@@ -0,0 +1 @@
SELECT NOT 1 AS test

0 comments on commit f8bd31d

Please sign in to comment.