summaryrefslogtreecommitdiffstats
path: root/modules/setting/database.go
Commit message (Expand)AuthorAgeFilesLines
* Fix SQLite concurrency problems by using BEGIN IMMEDIATE (#10368)guillep2k2020-02-271-1/+1
* Add support for database schema in PostgreSQL (#8819)guillep2k2020-01-201-0/+2
* Expose db.SetMaxOpenConns and allow non MySQL dbs to set conn pool params (#8...zeripath2019-10-211-5/+9
* Move database settings from models to setting (#7806)Lunny Xiao2019-08-241-0/+171