Skip to content

Commit

Permalink
fix: adapt default Value to native/non-native
Browse files Browse the repository at this point in the history
  • Loading branch information
delehef committed Nov 9, 2023
1 parent 88c54c1 commit a55d240
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/column.rs
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ impl Value {
// }
impl std::default::Default for Value {
fn default() -> Value {
Value::BigInt(BigInt::zero())
Value::zero()
}
}
impl From<BigInt> for Value {
Expand Down

0 comments on commit a55d240

Please sign in to comment.