seitime-frappe/frappe/database
2025-09-04 12:54:35 +05:30
..
mariadb feat: Database SSL one way support (#33044) 2025-07-16 06:36:19 +00:00
postgres perf: compute query type only once 2025-03-15 13:39:57 +05:30
sqlite fix(sqlite): accept chain for commit and rollback (#33250) 2025-07-08 07:14:29 +00:00
__init__.py refactor: Default to mysqlclient (#32987) 2025-06-18 06:04:24 +00:00
database.py fix!: Always cast db.get_value for singles (#33276) 2025-07-11 07:32:41 +00:00
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: prevent row-size limit error 2025-09-04 12:54:35 +05:30
sequence.py style: re-format with ruff 2024-02-05 18:53:33 +05:30
utils.py feat: utility to commit certain queries after sending response (#32978) 2025-07-08 05:02:27 +00:00