Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improve install code to avoid low-level mistakes. (#17779) | wxiaoguang | 2021-12-01 | 1 | -38/+30 |
* | Remove NewSession method from db.Engine interface (#17577) | Lunny Xiao | 2021-11-21 | 1 | -0/+1 |
* | A better go code formatter, and now `make fmt` can run in Windows (#17684) | wxiaoguang | 2021-11-17 | 1 | -7/+3 |
* | Decouple unit test, remove intermediate `unittestbridge` package (#17662) | wxiaoguang | 2021-11-16 | 1 | -0/+9 |
* | Decouple unit test code from business code (#17623) | wxiaoguang | 2021-11-12 | 1 | -2/+3 |
* | Fix bug on admin subcommand (#17533) | Lunny Xiao | 2021-11-07 | 1 | -41/+14 |
* | Rename db Engines related functions (#17481) | Lunny Xiao | 2021-10-30 | 1 | -11/+11 |
* | Run Migrate in Install rather than just SyncTables (#17475) | zeripath | 2021-10-29 | 1 | -3/+22 |
* | Use a variable but a function for IsProd because of a slight performance incr... | Lunny Xiao | 2021-10-20 | 1 | -2/+2 |
* | DBContext is just a Context (#17100) | zeripath | 2021-09-23 | 1 | -0/+5 |
* | Move db related basic functions to models/db (#17075) | Lunny Xiao | 2021-09-19 | 1 | -0/+297 |