seitime-frappe/frappe/database
Ankush Menat eaa6e4003a fix: Don't cache anything hashable
If filters are list or dict then they aren't hashable, there was little
reason to do this IMO.

If something is indeed cacheable then where is the eviction for it?
simple k:v is only thing we can realistically cache here.
2024-12-16 13:17:09 +05:30
..
mariadb refactor: fixup with ruff 0.8.1 2024-12-04 13:18:04 +05:30
postgres refactor: fixup with ruff 0.8.1 2024-12-04 13:18:04 +05:30
__init__.py fix: don't use frappe.flags for mariadb_user_host_login_scope 2024-03-29 16:57:04 +05:30
database.py fix: Don't cache anything hashable 2024-12-16 13:17:09 +05:30
db_manager.py chore: Add type hints 2024-09-19 14:05:25 +02:00
operator_map.py fix: 'not set' must translate to the same condition whether used via QB or not 2024-10-07 18:52:29 +02:00
query.py chore: inline unnecessary indirection (#28250) 2024-10-22 19:33:48 +00:00
schema.py feat: Link fields with UUID datatype in DB (#26625) 2024-05-31 09:17:09 +00:00
sequence.py style: re-format with ruff 2024-02-05 18:53:33 +05:30
utils.py chore(docref): fix circular imports (#28282) 2024-10-24 22:31:12 +02:00