mirror of
https://github.com/chatmail/core.git
synced 2026-05-08 01:16:31 +03:00
imap: simplify UPSERT queries on imap_sync
Use `excluded` and remove noop `WHERE` query. See <https://www.sqlite.org/lang_UPSERT.html> for official SQLite documentation.
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
### API-Changes
|
||||
|
||||
### Changes
|
||||
- simplify `UPSERT` queries #3676
|
||||
|
||||
### Fixes
|
||||
|
||||
|
||||
Reference in New Issue
Block a user