* fix: Avoid Snapshot violation - Main thread created and "read" user - Other thread modified something - Main thread wants to delete or "write" to same row. This violates snapshot isolation. * fix: treat snapshot violation as deadlock for now * test: handle snapshot violations |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| database.py | ||
| framework_mariadb.sql | ||
| mysqlclient.py | ||
| schema.py | ||
| setup_db.py | ||