seitime-frappe/frappe/database
Ankush Menat 40b465ee0d
fix: Avoid unnecessary syncing defaults (#33108)
When default is `'0.0000'` (string) it gets synced again and again even
though it will end up being 0 again.
2025-06-26 06:49:44 +00:00
..
mariadb feat: MariaDB 11.8 support (#32289) 2025-06-12 10:11:24 +00:00
postgres perf: compute query type only once 2025-03-15 13:39:57 +05:30
sqlite chore(sqlite): set connection timeout to 15 seconds and set synchronous pragma 2025-04-15 13:59:17 +05:30
__init__.py refactor: Default to mysqlclient (#32987) 2025-06-18 06:04:24 +00:00
database.py perf: chain db transactions (#33004) 2025-06-19 12:37:39 +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 chore: remove unused code 2025-06-23 14:54:22 +05:30
schema.py fix: Avoid unnecessary syncing defaults (#33108) 2025-06-26 06:49:44 +00:00
sequence.py style: re-format with ruff 2024-02-05 18:53:33 +05:30
utils.py Revert: DocRef (#32866) 2025-06-10 05:20:56 +00:00