Mihir Kandoi
0776f7f7fa
test: convert trivially-equivalent raw SQL to ORM helpers
...
Convert test-only raw frappe.db.sql calls that have an exact ORM
equivalent: full-table/filtered deletes -> frappe.db.delete, count ->
frappe.db.count, row-existence assertions -> frappe.db.exists,
single-row scalar fetches -> frappe.db.get_value, and simple
equality/range-filter selects -> frappe.get_all. No behaviour change.
Raw SQL that genuinely needs it is left as-is (dynamic identifiers,
aggregates/group-by, positional as_list consumers, DB-catalog
introspection).
2026-06-26 10:44:17 +05:30
..
2026-06-22 14:23:41 +05:30
2024-03-27 13:45:34 +05:30
2026-06-26 10:44:17 +05:30
2026-06-13 17:45:37 +05:30
2025-11-16 15:08:08 +05:30
2025-08-12 20:36:03 +05:30
2025-11-16 15:08:08 +05:30
2026-05-27 05:57:17 +00:00
2026-06-16 16:52:16 +05:30
2024-03-27 13:45:34 +05:30
2026-06-25 17:36:45 +05:30
2026-06-25 17:37:55 +05:30
2024-03-27 13:45:34 +05:30
2024-03-27 13:45:34 +05:30
2026-03-18 20:59:35 +05:30
2026-06-25 17:36:45 +05:30
2026-06-23 16:56:50 +05:30
2025-08-20 22:19:03 +05:30
2024-03-27 13:45:34 +05:30
2026-06-01 05:54:59 +00:00
2025-12-13 14:29:21 +05:30
2026-03-18 20:59:35 +05:30
2026-06-23 13:20:58 +05:30
2025-09-22 18:18:18 +05:30
2026-03-18 20:59:35 +05:30
2026-06-25 17:36:45 +05:30
2026-03-18 20:59:35 +05:30
2026-06-24 20:37:33 +05:30
2024-06-03 18:34:27 +05:30
2025-05-12 12:19:23 +05:30
2024-03-27 13:45:34 +05:30
2026-03-18 20:59:35 +05:30
2025-09-22 18:18:18 +05:30
2026-03-16 10:29:31 +05:30
2026-03-18 20:59:38 +05:30
2026-05-21 15:01:55 +05:30
2026-05-21 15:01:55 +05:30
2026-04-13 07:38:22 +00:00
2026-06-26 10:44:17 +05:30
2026-06-04 22:43:47 +05:30
2026-05-21 14:55:46 +05:30
2026-05-27 05:57:17 +00:00
2026-06-25 17:36:45 +05:30
2026-03-18 20:59:36 +05:30
2026-03-18 20:59:36 +05:30
2026-03-18 20:59:36 +05:30
2026-03-18 20:59:35 +05:30
2024-03-27 13:45:34 +05:30
2021-11-05 11:16:29 +05:30