seitime-frappe/frappe/database
David Arnold b2f9ff09aa
feat(db): boostrap only option if resource management is exogenous
The database resource management including privileges granting can be
done by external secops. It can be undesirable to grant the grant option
to the framework user.

This commit implements the possibility to remove user resource
management from frappe entirely and only boostrap the database with its
target user.
2023-11-09 17:11:39 +01:00
..
mariadb feat(db): boostrap only option if resource management is exogenous 2023-11-09 17:11:39 +01:00
postgres feat(db): boostrap only option if resource management is exogenous 2023-11-09 17:11:39 +01:00
__init__.py refactor: remove dead flag db.read_only 2022-09-09 17:34:46 +05:30
database.py feat: rename custom field 2023-09-25 12:25:28 +05:30
db_manager.py fix(cli): Use mysql CLI as fallback is mariadb isnt found (#23009) 2023-10-30 16:16:22 +00:00
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: for append to extend, merge list extend 2023-08-09 13:25:39 +02:00
sequence.py refactor!: remove implicit primary key from logs (#22209) 2023-08-26 16:01:47 +05:30
utils.py refactor: inline immediately returned variable 2023-08-08 18:09:49 +02:00