Skip to content

Commit

Permalink
fix check
Browse files Browse the repository at this point in the history
  • Loading branch information
hantmac committed Mar 12, 2024
1 parent 92adc36 commit 17da5f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sql/src/value.rs
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ impl Value {
impl TryFrom<(&DataType, &str)> for Value {
type Error = Error;

#[allow(deprecated)]
fn try_from((t, v): (&DataType, &str)) -> Result<Self> {
match t {
DataType::Null => Ok(Self::Null),
Expand Down

0 comments on commit 17da5f4

Please sign in to comment.