seitime-frappe/frappe/database
Ankush Menat 4f628ca091
fix: Never query flag_print_sql in developer_mode=0 (#28884)
Unnecessary overhead and need to disable this everytime I want to get
realistic performance numbers out.

All the performance affecting toggles should be directly controlled by
just `developer_mode` alone.
2024-12-23 13:57:01 +00:00
..
mariadb fix: MariaDBDatabase.get_tables() should not query the entire database schema (#28846) 2024-12-22 13:45:23 +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: Never query flag_print_sql in developer_mode=0 (#28884) 2024-12-23 13:57:01 +00:00
db_manager.py fix(restore): remove MariaDB view security definers 2024-12-23 17:23:17 +05:30
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 perf: speedup QB field sanitization (#28818) 2024-12-18 05:47:02 +00:00
schema.py perf: speedup QB field sanitization (#28818) 2024-12-18 05:47:02 +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