seitime-frappe/frappe/database/postgres
David Arnold a926e64ec9
fix: procure db config from single authority (#21578)
* 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
2023-07-24 10:48:29 +05:30
..
__init__.py Postgres support for Frappe (#5919) 2018-09-21 10:20:48 +05:30
database.py feat: show db table utilization on doctype (#21193) 2023-05-31 16:28:44 +05:30
framework_postgres.sql chore!: drop device support from session (#18729) 2022-12-05 16:37:32 +05:30
schema.py refactor: clean up code to py310 supported features (#17367) 2022-07-01 11:51:05 +05:30
setup_db.py fix: procure db config from single authority (#21578) 2023-07-24 10:48:29 +05:30