From da516358fa7c8d01963350bfd9b887a721c94b8b Mon Sep 17 00:00:00 2001 From: Georg Semmler Date: Fri, 11 Jul 2025 12:37:26 +0000 Subject: [PATCH 1/2] Add several diesel user polls --- draft/2025-07-16-this-week-in-rust.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/draft/2025-07-16-this-week-in-rust.md b/draft/2025-07-16-this-week-in-rust.md index 70b56f59d..addd8169c 100644 --- a/draft/2025-07-16-this-week-in-rust.md +++ b/draft/2025-07-16-this-week-in-rust.md @@ -114,6 +114,9 @@ Every week we highlight some tasks from the Rust community for you to pick and g Some of these tasks may also have mentors available, visit the task page for more information. +* [Diesel: Designing `#[derive(QueryModel)]` Poll I](https://github.com/diesel-rs/diesel/discussions/4680) +* [Diesel: Designing `#[derive(QueryModel)]` Poll II](https://github.com/diesel-rs/diesel/discussions/4681) +* [Diesel: Designing `#[derive(QueryModel)]` Poll III](https://github.com/diesel-rs/diesel/discussions/4682) From cef80c2f6479ce560781d5ada15aaa570a24d125 Mon Sep 17 00:00:00 2001 From: M Goldin <23177337+mariannegoldin@users.noreply.github.com> Date: Tue, 15 Jul 2025 10:40:50 -0700 Subject: [PATCH 2/2] Add more specificity to links --- draft/2025-07-16-this-week-in-rust.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/draft/2025-07-16-this-week-in-rust.md b/draft/2025-07-16-this-week-in-rust.md index addd8169c..b514f2270 100644 --- a/draft/2025-07-16-this-week-in-rust.md +++ b/draft/2025-07-16-this-week-in-rust.md @@ -114,9 +114,9 @@ Every week we highlight some tasks from the Rust community for you to pick and g Some of these tasks may also have mentors available, visit the task page for more information. -* [Diesel: Designing `#[derive(QueryModel)]` Poll I](https://github.com/diesel-rs/diesel/discussions/4680) -* [Diesel: Designing `#[derive(QueryModel)]` Poll II](https://github.com/diesel-rs/diesel/discussions/4681) -* [Diesel: Designing `#[derive(QueryModel)]` Poll III](https://github.com/diesel-rs/diesel/discussions/4682) +* [Diesel: Designing `#[derive(QueryModel)]` Poll I - Default for #[diesel(check_for_backend()]](https://github.com/diesel-rs/diesel/discussions/4680) +* [Diesel: Designing `#[derive(QueryModel)]` Poll II - Joining behaviour for #[diesel(embed)]](https://github.com/diesel-rs/diesel/discussions/4681) +* [Diesel: Designing `#[derive(QueryModel)]` Poll III - All in one derive? ](https://github.com/diesel-rs/diesel/discussions/4682)