seitime-frappe/frappe/database
2026-03-11 14:15:14 +00:00
..
mariadb fix(schema): drop unique constraint for deleted doctype fields (#36356) 2026-02-20 20:15:32 +05:30
postgres fix(schema): drop unique constraint for deleted doctype fields (#36356) 2026-02-20 20:15:32 +05:30
sqlite feat(sqlite): Set 5s of busy_timeout 2025-10-28 13:54:53 +05:30
__init__.py refactor: Default to mysqlclient (#32987) 2025-06-18 06:04:24 +00:00
database.py fix(db): support list of fields in get_value method when cache is True (#37050) 2026-02-16 20:28:38 +05:30
db_manager.py refactor: use a database file directly, instead of an SQL file 2025-04-15 13:59:16 +05:30
operator_map.py fix: cstr value in func_is to avoid AttributeError 2026-03-11 14:15:14 +00:00
query.py fix: use correct core doctypes set in _get_filterable_fields (#37932) 2026-03-11 17:19:48 +05:30
schema.py fix(schema): ensure int-int comparison (#34320) 2025-10-09 15:25:50 +05:30
sequence.py style: re-format with ruff 2024-02-05 18:53:33 +05:30
utils.py fix(postgres): drop_index_if_exists uses DROP INDEX IF EXISTS (#35636) 2026-01-05 11:15:41 +00:00