Make user login atomic #4
Loading…
Reference in New Issue
No description provided.
Delete Branch "user-login-upsert"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Moved from two separate queries during user login to a single query using SQLite's
UPSERT
functionality.great!