mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-29 05:54:21 +01:00
check FaultyQuery depending tables when shrinking
This commit is contained in:
@@ -33,7 +33,7 @@ impl InteractionPlan {
|
||||
break;
|
||||
}
|
||||
match &all_interactions[idx].1.interaction {
|
||||
InteractionType::Query(query) => {
|
||||
InteractionType::Query(query) | InteractionType::FaultyQuery(query) => {
|
||||
depending_tables = query.dependencies();
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user