Skip to content

Commit

Permalink
postgres range - getter and setters
Browse files Browse the repository at this point in the history
  • Loading branch information
justcoon committed Jan 11, 2025
1 parent f76450f commit 06e8de4
Show file tree
Hide file tree
Showing 3 changed files with 508 additions and 1,023 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1705,6 +1705,7 @@ fn from_db_column_type(
DbColumnTypeResourceRep::Range(new_resource_rep),
))
}
postgres_types::DbColumnType::Null => Err("Type 'Null' is not supported".to_string()),
}
}

Expand Down
Loading

0 comments on commit 06e8de4

Please sign in to comment.