You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(db): use atomic INSERT ON CONFLICT instead of SELECT-then-INSERT
Eliminates race condition under READ COMMITTED isolation and fixes COALESCE sentinel mismatch between the unique index and the application-level query.
Signed-off-by: Prem bharne <prembharne455@gmail.com>
0 commit comments