seitime-frappe/frappe/database/mariadb
Ankush Menat 2dfb96f91c
fix: handle snapshot isolation errors better (#32318)
* 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
2025-04-28 06:18:38 +00:00
..
__init__.py Postgres support for Frappe (#5919) 2018-09-21 10:20:48 +05:30
database.py fix: handle snapshot isolation errors better (#32318) 2025-04-28 06:18:38 +00:00
framework_mariadb.sql fix: index sort field by default in tabFile (#25853) 2024-04-08 16:28:21 +05:30
mysqlclient.py fix: handle snapshot isolation errors better (#32318) 2025-04-28 06:18:38 +00:00
schema.py feat: specify row compression for tables (#31361) 2025-02-21 09:44:40 +05:30
setup_db.py chore: update tested mariadb versions 2024-12-16 19:02:38 +05:30