* fix: procure db config from single authority ensures that configuration is uniformely procured from local.conf instead of making use of hard to audit multilevel fallback logic Implementation Note: - `get_db(host, port, user, password)` was stripped of any optional argument and therefrom all errors where fixed. - All occurances of `grep 'frappe.db.db_'` where changed to `frappe.conf.db_` * fix: revert unnecessary breaking changes |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| database.py | ||
| framework_postgres.sql | ||
| schema.py | ||
| setup_db.py | ||