upper/db

Confusing `if` condition

unknwon opened this issue · 1 comments

if !ok || true {

This is always true.

xiam commented

Great finding! this was probably a leftover and caused the query template cache to be skipped at this level. Fixing, thank you very much.