You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lemmy/crates/db_schema/src
Dessalines d075acce43
Make all single-fetch database calls return an Option. (#4617)
- Diesel ordinarily throws an error when no results are returned for a
  single fetch, which is a bit confusing. This PR ensures that the
  missing value cases are all caught, and wrapped with new LemmyErrors,
  rather than diesel errors.
- Fixes #4601
2 months ago
..
aggregates Make all single-fetch database calls return an Option. (#4617) 2 months ago
impls Make all single-fetch database calls return an Option. (#4617) 2 months ago
source Avoid breaking api change, reduce api cache duration (#4610) 2 months ago
diesel_ltree.patch Adding a post_view mode. Fixes #3730 (#3731) 9 months ago
lib.rs Add site.content_warning, local_site.default_post_listing_mode (#4393) 4 months ago
newtypes.rs Move DbUrl trait impls to newtypes.rs (#4463) 3 months ago
schema.rs Add a blocklist for URLs. (#4515) 3 months ago
traits.rs Make all single-fetch database calls return an Option. (#4617) 2 months ago
utils.rs Make all single-fetch database calls return an Option. (#4617) 2 months ago