updates on dependencies + multithreading fixes #2

Merged
paulbsd merged 3 commits from develop into master 2023-09-14 15:42:50 +02:00
Showing only changes of commit ee28c124a0 - Show all commits

View File

@ -30,7 +30,7 @@ func Initialize(ctx *context.Context, cfg *config.Config) (err error) {
}
cfg.Db.SetMapper(names.GonicMapper{})
cfg.Db.SetQuotePolicy(dialects.QuotePolicyReserved)
cfg.Db.ShowSQL(cfg.Switchs.Debug)
cfg.Db.ShowSQL(cfg.Options.Debug)
//cfg.Db.SetDefaultCacher(cacher)