seitime-frappe/frappe/database
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
..
mariadb fix: procure db config from single authority (#21578) 2023-07-24 10:48:29 +05:30
postgres fix: procure db config from single authority (#21578) 2023-07-24 10:48:29 +05:30
__init__.py refactor: remove dead flag db.read_only 2022-09-09 17:34:46 +05:30
database.py ci: update pyupgrade 2023-07-14 14:24:08 +05:30
db_manager.py fix: procure db config from single authority (#21578) 2023-07-24 10:48:29 +05:30
operator_map.py ci: update pyupgrade 2023-07-14 14:24:08 +05:30
query.py chore: move statement to set validate_filters property 2023-05-31 14:20:26 +05:30
schema.py refactor: frappe.cache() usage to frappe.cache (#21282) 2023-06-08 11:47:17 +05:30
sequence.py fix(sequence): Setup & use SequenceGeneratorLimitExceeded error 2022-06-17 12:10:43 +05:30
utils.py feat: new operator - descendants of (inclusive) 2023-05-29 16:59:57 +05:30