seitime-frappe/frappe/database
Gavin D'souza d81fe8699c feat: frappe.db.set_single_value
Alias to frappe.db.set_value without having to pass the doctype name
twice or teh second one as None

Other changes:
* set/get db APIs for single DocTypes
* Make use of redundant cache key in frappe.db.get_single_value
2022-01-10 21:03:14 +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 feat: frappe.db.set_single_value 2022-01-10 21:03:14 +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