Skip to content

Commit

Permalink
Derive additional traits for sea_query::Alias (#818)
Browse files Browse the repository at this point in the history
  • Loading branch information
just-in-chang authored and tyt2y3 committed Oct 5, 2024
1 parent 763f4bc commit b51dbac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ pub enum Order {
}

/// Helper for create name alias
#[derive(Debug, Clone)]
#[derive(Debug, Clone, PartialEq, Eq, PartialOrd, Ord, Hash)]
pub struct Alias(String);

/// Null Alias
Expand Down

0 comments on commit b51dbac

Please sign in to comment.