add log
This commit is contained in:
parent
8b1f56b77f
commit
6679cc4e68
@ -39,7 +39,7 @@ func (DummyDialector) QuoteTo(writer clause.Writer, str string) {
|
||||
}
|
||||
|
||||
func (DummyDialector) Explain(sql string, vars ...interface{}) string {
|
||||
log.Println("WTF", `"`)
|
||||
log.Println("escaper", `"`)
|
||||
return logger.ExplainSQL(sql, nil, `"`, vars...)
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user