* 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 |
||
|---|---|---|
| .. | ||
| api | ||
| doctype | ||
| page | ||
| report | ||
| web_form | ||
| workspace | ||
| __init__.py | ||
| notifications.py | ||
| README.md | ||
| utils.py | ||
Core module contains the models required for the basic functioning of frappe including DocType, User (user), Role and others.