Skip to content

Commit

Permalink
Not sure
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilkisiela committed Mar 21, 2023
1 parent 8b0eb3f commit c803b11
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions store/postgres/src/relational_queries.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3179,13 +3179,6 @@ impl<'a> SortKey<'a> {
}
}
ChildKey::Many(children) => {
match select_statement_level {
SelectStatementLevel::InnerStatement => {}
SelectStatementLevel::OuterStatement => {
return Err(constraint_violation!("Kamil, please fix me :("));
}
}

for child in children.iter() {
if child.sort_by_column.is_primary_key() {
return Err(constraint_violation!("SortKey::Key never uses 'id'"));
Expand Down

0 comments on commit c803b11

Please sign in to comment.