IN testing support
[dbsrgits/SQL-Abstract.git] / lib / SQL / Abstract / Test.pm
index cfedf16..7e38ae8 100644 (file)
@@ -59,6 +59,7 @@ my @expression_terminator_sql_keywords = (
 #   _recurse_parse()
 my @binary_op_keywords = (
   (map { "\Q$_\E" } (qw/< > != = <= >=/)),
+  '(?: NOT \s+)? IN',
   '(?: NOT \s+)? LIKE',
   '(?: NOT \s+)? BETWEEN',
 );