seitime-frappe/frappe/database
gavin 363708d7f2 fix: frappe.conf.disable_database_connection_pooling
For the times you don't want to use pooling ;) Calling
get_connection/connect will close all pooled connections
for the current process / worker!
2022-05-24 19:19:53 +05:30
..
mariadb fix: frappe.conf.disable_database_connection_pooling 2022-05-24 19:19:53 +05:30
postgres refactor!: frappe.db.get_database_list 2022-05-24 19:19:53 +05:30
__init__.py style: format all python files using black (#16453) 2022-04-12 10:59:25 +05:30
database.py fix(db)!: Base methods should throw NotImplementedError 2022-05-24 19:19:53 +05:30
db_manager.py style: format all python files using black (#16453) 2022-04-12 10:59:25 +05:30
query.py chore: Update typing + noqa - flake8 failures 2022-05-23 18:55:55 +05:30
schema.py style: format all python files using black (#16453) 2022-04-12 10:59:25 +05:30
sequence.py fix: create sequence onchange from any other autoname whcih is not autoincrement 2022-05-05 21:31:13 +05:30