Skip to content

Use SQL UPSERT clause when updating contacts

Michael Gratton requested to merge mjog/contacts-upsert into mainline

This saves a round trip in the common case of a contact already existing. Requires SQLite 3.24 at a minimum, so bump it in meson.build.

Merge request reports