mirror of
https://github.com/aljazceru/turso.git
synced 2026-02-21 07:55:18 +01:00
add INTERSECT to compound_select_fuzz
This commit is contained in:
@@ -584,7 +584,7 @@ mod tests {
|
||||
));
|
||||
}
|
||||
|
||||
const COMPOUND_OPERATORS: [&str; 2] = [" UNION ALL ", " UNION "];
|
||||
const COMPOUND_OPERATORS: [&str; 3] = [" UNION ALL ", " UNION ", " INTERSECT "];
|
||||
|
||||
let mut query = String::new();
|
||||
for (i, select_statement) in select_statements.iter().enumerate() {
|
||||
|
||||
Reference in New Issue
Block a user