seitime-frappe/frappe/database
Chinmay D. Pai 004ddacbf1
fix: do not set db_host to % and instead pass to setup_db
db_host != the hostname part after @, hmm. so instead we'll pass
no-mariadb-socket flag to setup_database where we'll drop and create
users with host set to the TCP/IP socket instead of the UNIX socket.

Signed-off-by: Chinmay D. Pai <chinmaydpai@gmail.com>
2020-03-06 13:02:26 +05:30
..
mariadb fix: do not set db_host to % and instead pass to setup_db 2020-03-06 13:02:26 +05:30
postgres fix: allow setting custom database schema in site_config (#9182) 2020-01-02 22:20:04 +05:30
__init__.py fix: do not set db_host to % and instead pass to setup_db 2020-03-06 13:02:26 +05:30
database.py Merge branch 'develop' into refactor-scheduler 2019-12-02 13:16:45 +05:30
db_manager.py feat: Allow full database config on creating site (#8874) 2019-12-12 13:17:07 +05:30
schema.py perf: Cache db columns to avoid redundant database calls (#8543) 2019-10-07 13:39:40 +00:00