aboutsummaryrefslogtreecommitdiffstats
path: root/models/db/list_options.go
Commit message (Collapse)AuthorAgeFilesLines
* Remove NewSession method from db.Engine interface (#17577)Lunny Xiao2021-11-211-1/+1
| | | | | | | | | | | | | * Remove NewSession method from db.Engine interface * Fix bug * Some improvements * Fix bug * Fix test * Use XXXBean instead of XXXExample
* Move login related structs and functions to models/login (#17093)Lunny Xiao2021-09-241-0/+100
* Move login related structs and functions to models/login * Fix test * Fix lint * Fix lint * Fix lint of windows * Fix lint * Fix test * Fix test * Only load necessary fixtures when preparing unit tests envs * Fix lint * Fix test * Fix test * Fix error log * Fix error log * Fix error log * remove unnecessary change * fix error log * merge main branch