seitime-frappe/frappe/database
Akhil Narang 3040ab7eb2
feat(query): add in IFNULL logic from db_query
Use `IFNULL(var, "") == ""` instead of `isnull()`

Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2025-11-19 21:15:57 +05:30
..
mariadb feat: Database SSL one way support (#33044) 2025-07-16 06:36:19 +00:00
postgres refactor(treewide): ruff format 2025-09-26 13:16:43 +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(query_builder): default sorting based on doctype meta 2025-11-19 21:15:57 +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 perf: Avoid Coalesce in QB is implementation 2025-05-02 19:09:51 +05:30
query.py feat(query): add in IFNULL logic from db_query 2025-11-19 21:15:57 +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(convert_to_value): convert dict_keys and dict_values to a tuple as well 2025-11-19 21:15:57 +05:30