mirror of
https://github.com/chatmail/core.git
synced 2026-04-17 13:36:30 +03:00
&str queries are not persistent by default. To make queries persistent, they have to be constructed with sqlx::query. Upstream sqlx does not contain the change that make all queries persistent, but it is not needed anymore. but