seitime-frappe/frappe/database
Himanshu bf57a1d79a Patch(Tags): Check if column exists (#8682)
* fix: tags patch

* fix: auto_commit_on_many_writes

* fix: check if tag exists

* fix: check if tag or tag link exists

* fix: check if column exists

* fix: set autocommit false

* fix: use ignore in insert query for bulk insert

* fix: add option to ignore duplicates
2019-10-29 09:52:38 +00:00
..
mariadb perf: Cache db columns to avoid redundant database calls (#8543) 2019-10-07 13:39:40 +00:00
postgres perf: Cache db columns to avoid redundant database calls (#8543) 2019-10-07 13:39:40 +00:00
__init__.py fix(db_type) 2019-05-24 12:06:39 +05:30
database.py Patch(Tags): Check if column exists (#8682) 2019-10-29 09:52:38 +00:00
db_manager.py Update db_manager.py 2019-07-19 17:26:49 +05:30
schema.py perf: Cache db columns to avoid redundant database calls (#8543) 2019-10-07 13:39:40 +00:00