diff --git a/statement.go b/statement.go index 332f87cb..e7a253d6 100644 --- a/statement.go +++ b/statement.go @@ -88,6 +88,7 @@ func (statement *Statement) Init() { statement.UseAutoTime = true statement.IsDistinct = false statement.allUseBool = false + statement.useAllCols = false statement.mustColumnMap = make(map[string]bool) statement.checkVersion = true statement.inColumns = make(map[string]*inParam)