seitime-frappe/frappe/database
Suraj Shetty 7fe35a2d3c
fix: set default value in set_value as None to avoid error.
```
frappe.db.set_value('Call Log', log.name, {
			fieldname: doc.name,
			display_name_field: doc.get_title()
		}, update_modified=False)
```
this code should not fail if value is not pass because value is passed in the dict.
2019-09-23 15:54:46 +05:30
..
mariadb fix: handle data too long exception (#8292) 2019-09-02 23:30:10 +05:30
postgres fix: if not db host then localhost 2019-09-11 12:15:04 +05:30
__init__.py fix(db_type) 2019-05-24 12:06:39 +05:30
database.py fix: set default value in set_value as None to avoid error. 2019-09-23 15:54:46 +05:30
db_manager.py Update db_manager.py 2019-07-19 17:26:49 +05:30
schema.py feat(custom_field): update db on updating custom field 2019-09-12 18:37:13 +05:30