Skip to content

Commit

Permalink
Clear up intention in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
danieljharvey committed Nov 13, 2023
1 parent 7020371 commit c0873ed
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 @@ -210,7 +210,7 @@ fn get_comparison_operators_for_type(
);
}

// some things cannot be compared
// include comparison operators for types that are comparable, according to
// https://learn.microsoft.com/en-us/sql/t-sql/language-elements/comparison-operators-transact-sql?view=sql-server-ver16
if !CANNOT_COMPARE.contains(&type_name.0.as_str()) {
comparison_operators.insert(
Expand Down

0 comments on commit c0873ed

Please sign in to comment.