mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-08-04 18:18:03 +00:00
add INTERSECT to compound_select_fuzz
This commit is contained in:
parent
41def8895f
commit
c060905d00
1 changed files with 1 additions and 1 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue