Skip to content

Commit

Permalink
Update crates/query-engine/translation/src/translation/query/operator…
Browse files Browse the repository at this point in the history
…s.rs

Co-authored-by: Philip Lykke Carlsen <[email protected]>
  • Loading branch information
danieljharvey and plcplc authored Nov 7, 2023
1 parent 5ad7ddf commit 907d0f3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ use ndc_sdk::models;
use query_engine_metadata::metadata;
use query_engine_sql::sql;

/// Maps a binary comparison operator to their appropriate PostgreSQL name and arguments type.
/// Maps a binary comparison operator to their appropriate SqlServer name and arguments type.
pub fn translate_comparison_operator(
env: &Env,
left_type: &metadata::ScalarType,
Expand Down

0 comments on commit 907d0f3

Please sign in to comment.