Merge pull request #1 from lunny/master

更新到最新版
This commit is contained in:
S.W.H 2014-02-26 22:02:31 +08:00
commit 7147f55fd5
1 changed files with 1 additions and 0 deletions

View File

@ -61,6 +61,7 @@ func (statement *Statement) Init() {
statement.columnMap = make(map[string]bool)
statement.ConditionStr = ""
statement.AltTableName = ""
statement.IdParam = nil
statement.RawSQL = ""
statement.RawParams = make([]interface{}, 0)
statement.BeanArgs = make([]interface{}, 0)