seitime-frappe/frappe/database
Gavin D'souza 300227ba71 fix(set_single_value): Make value parameter optional
Similar to set_value for accepting multiple columns ot be updated for
the same Table through a Dict as the second positional arg

Misc: Added type hints
2022-03-23 13:11:55 +05:30
..
mariadb feat: integer primary keys 2022-03-11 23:46:00 +05:30
postgres feat: integer primary keys 2022-03-11 23:46:00 +05:30
__init__.py feat: savepoint contextmanager 2022-01-03 22:20:39 +05:30
database.py fix(set_single_value): Make value parameter optional 2022-03-23 13:11:55 +05:30
db_manager.py refactor: Meaningful variable names 2020-11-09 18:54:47 +05:30
query.py fix: Handle None filters in db query 2022-02-24 15:19:31 +05:30
schema.py Merge branch 'develop' into autocomplete-control 2022-02-14 12:29:23 +05:30
sequence.py fix: set_next_val function for sequences 2022-03-11 23:46:01 +05:30