seitime-frappe/frappe/database
Oshosanya Michael 8a11fb57cd feat: Allow full database config on creating site (#8874)
* Allow setting db port on install

* Allow setting db port on install

* Allow full db config on creating site

* bug fix

* bug fix

* Escape character

* Update frappe/commands/site.py

allow only integer argument

Co-Authored-By: Chinmay Pai <chinmaydpai@gmail.com>

* Update frappe/database/db_manager.py

No need to escape integer variable

Co-Authored-By: Chinmay Pai <chinmaydpai@gmail.com>

* cast port to integer to surpress pymysql error

* cast port to string to surpress pymysql error

* Removed type casting
2019-12-12 13:17:07 +05:30
..
mariadb feat(doctype link): add links to doctype for link dashboard 2019-11-07 12:14:09 +05:30
postgres fix(scheduler): implement queue peeking 2019-11-07 12:14:09 +05:30
__init__.py fix(db_type) 2019-05-24 12:06:39 +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