seitime-frappe/frappe/database
Gavin D'souza 44f603fc6e refactor: frappe.db.set_value
* Simplified logic
* Perf enhancements (removed unnecessary conditional computations)
* Use query builder and ORM to build queries instead of juggling
2022-01-07 11:45:27 +05:30
..
mariadb fix(ux): add "Show Dashboard" check for tab breaks 2022-01-03 13:57:36 +05:30
postgres fix: avoid cached results for table_exists during install 2022-01-05 11:54:46 +05:30
__init__.py feat: savepoint contextmanager 2022-01-03 22:20:39 +05:30
database.py refactor: frappe.db.set_value 2022-01-07 11:45:27 +05:30
db_manager.py refactor: Meaningful variable names 2020-11-09 18:54:47 +05:30
query.py fix: misc fixes 2021-12-06 13:04:27 +05:30
schema.py fix(Migrate): add unique and index for new columns 2021-12-31 13:37:40 +05:00