Commit graph

2 commits

Author SHA1 Message Date
Jason Song c84238800b
Refactor setting.Database.UseXXX to methods ()
Replace .

Refactor `setting.Database.UseMySQL` to
`setting.Database.Type.IsMySQL()`.

To avoid mismatching between `Type` and `UseXXX`.

This refactor can fix the bug mentioned in , so it should be
backported.
2023-03-07 18:51:06 +08:00
Lunny Xiao 36a2d2f919
Add a simple test for external renderer ()
Fix 
2022-12-12 20:45:21 +08:00