sql: use transaction in Contact::add_or_lookup()

This commit is contained in:
link2xt
2023-02-19 15:01:33 +00:00
parent 9389e11007
commit 446214fd7b
2 changed files with 122 additions and 114 deletions

View File

@@ -3,6 +3,7 @@
## Unreleased
### Changes
- use transaction in `Contact::add_or_lookup()` #4059
### Fixes