seitime-frappe/frappe/database
Gavin D'souza cfa2d65394 refactor(safe_exec): Manage in-safe frappe.db.sql
* Check if flag in_safe_exec to check if SELECT query in frappe.db.sql
* Get rid of read_sql...refactor logic
* Enable frappe.qb just like that ;)
* Add support fro *args in .run
2021-10-11 12:28:36 +05:30
..
mariadb refactor: setup_database for mariadb 2021-09-24 17:55:28 +05:30
postgres fix: use decimal digits precision 9 instead of 6 while creating schema 2021-09-22 16:07:06 +05:30
__init__.py chore: Update header: license.txt => LICENSE 2021-09-03 12:02:59 +05:30
database.py refactor(safe_exec): Manage in-safe frappe.db.sql 2021-10-11 12:28:36 +05:30
db_manager.py refactor: Meaningful variable names 2020-11-09 18:54:47 +05:30
query.py refactor: moved get_condition to query class 2021-09-20 22:58:41 +05:30
schema.py fix: use decimal digits precision 9 instead of 6 while creating schema 2021-09-22 16:07:06 +05:30