]> Untitled Git - lemmy.git/history - crates/db_views_actor/src/comment_reply_view.rs
Reduce amount of columns selected (#3755)
[lemmy.git] / crates / db_views_actor / src / comment_reply_view.rs
2023-08-08 dullbananasReduce amount of columns selected (#3755)
2023-07-28 dullbananasUse same table join code for both read and list functio...
2023-07-26 Pavlos SmithAdd controversial ranking (#3205)
2023-07-17 dullbananasRemove TypedBuilder from db_views and db_views_actor...
2023-07-11 dullbananasMake functions work with both connection and pool ...
2023-06-08 DessalinesAdding hot_rank columns in place of function sorting...
2023-04-25 DessalinesAddressing slow profile queries. #2777 (#2830)
2023-03-01 DessalinesGet rid of Safe Views, use serde_skip (#2767)
2022-11-19 NutomicVarious pedantic clippy fixes (#2568)
2022-11-09 DessalinesAdd diesel_async, get rid of blocking function (#2510)
2022-09-29 DessalinesCheck to make sure comment isnt deleted / removed for...
2022-09-26 DessalinesDiesel 2.0.0 upgrade (#2452)
2022-08-04 NutomicUse typed-builder crate for queries (#2379)
2022-07-30 DessalinesFirst pass at adding comment trees. (#2362)