remove trace code

This commit is contained in:
Lunny Xiao 2015-12-30 17:09:37 +08:00
parent d3155a494d
commit 069f551119
2 changed files with 2 additions and 2 deletions

View File

@ -1801,7 +1801,7 @@ func (session *Session) _row2Bean(rows *core.Rows, fields []string, fieldsCount
if d, ok := vv.Interface().([]uint8); ok { if d, ok := vv.Interface().([]uint8); ok {
hasAssigned = true hasAssigned = true
t, err := session.byte2Time(col, d) t, err := session.byte2Time(col, d)
fmt.Println(string(d), t, err) //fmt.Println(string(d), t, err)
if err != nil { if err != nil {
session.Engine.LogError("byte2Time error:", err.Error()) session.Engine.LogError("byte2Time error:", err.Error())
hasAssigned = false hasAssigned = false

View File

@ -17,7 +17,7 @@ import (
) )
const ( const (
Version string = "0.4.4.1229" Version string = "0.4.4.1230"
) )
func regDrvsNDialects() bool { func regDrvsNDialects() bool {