Spellcheck

This commit is contained in:
Alexander Krotov
2019-07-21 21:38:18 +03:00
committed by Floris Bruynooghe
parent c116d6f73f
commit 686678c96c
16 changed files with 41 additions and 41 deletions

View File

@@ -844,7 +844,7 @@ pub fn get_rowid(
) -> u32 {
// alternative to sqlite3_last_insert_rowid() which MUST NOT be used due to race conditions, see comment above.
// the ORDER BY ensures, this function always returns the most recent id,
// eg. if a Message-ID is splitted into different messages.
// eg. if a Message-ID is split into different messages.
let query = format!(
"SELECT id FROM {} WHERE {}='{}' ORDER BY id DESC",
table.as_ref(),