Skip to content

Commit

Permalink
AVG -> SUM
Browse files Browse the repository at this point in the history
  • Loading branch information
danieljharvey committed Nov 17, 2023
1 parent 78e5163 commit 29626dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/ndc-sqlserver/src/configuration/version1.rs
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ fn get_aggregate_functions_for_type(
},
);
aggregate_functions.insert(
"AVG".to_string(),
"SUM".to_string(),
database::AggregateFunction {
return_type: metadata::ScalarType(precise_return_type.to_string()),
},
Expand Down

0 comments on commit 29626dd

Please sign in to comment.