mirror of
https://github.com/chatmail/core.git
synced 2026-04-18 05:56:31 +03:00
chore: New clippy lints (#6568)
This commit is contained in:
@@ -458,7 +458,9 @@ impl Sql {
|
||||
/// in parallel with other transactions. NB: Creating and modifying temporary tables are also
|
||||
/// allowed with `query_only`, temporary tables aren't visible in other connections, but you
|
||||
/// need to pass `PRAGMA query_only=0;` to SQLite before that:
|
||||
/// `pragma_update(None, "query_only", "0")`.
|
||||
/// ```text
|
||||
/// pragma_update(None, "query_only", "0")
|
||||
/// ```
|
||||
/// Also temporary tables need to be dropped because the connection is returned to the pool
|
||||
/// then.
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user