Skip to content

Commit

Permalink
fix check
Browse files Browse the repository at this point in the history
  • Loading branch information
yuhao-su committed Jun 26, 2024
1 parent 2fa532b commit eab7ff4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/sqlparser/src/ast/value.rs
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,7 @@ impl fmt::Display for JsonPredicateType {
}
}
#[derive(Debug, Clone, PartialEq, Eq, Hash)]
#[cfg_attr(feature = "serde", derive(Serialize, Deserialize))]
pub struct SecretRef {
pub secret_name: ObjectName,
pub ref_as: SecretRefAsType,
Expand Down

0 comments on commit eab7ff4

Please sign in to comment.