fixed test
This commit is contained in:
parent
e4f0c8a688
commit
a92a0b4c9d
|
@ -1045,12 +1045,6 @@ func testColTypes(engine *Engine, t *testing.T) {
|
||||||
}
|
}
|
||||||
|
|
||||||
// don't use this type as query condition
|
// don't use this type as query condition
|
||||||
var tt time.Time
|
|
||||||
newAc.Date = tt
|
|
||||||
newAc.DateTime = tt
|
|
||||||
//newAc.Time = tt
|
|
||||||
//newAc.TimeStamp = tt
|
|
||||||
|
|
||||||
newAc.Real = 0
|
newAc.Real = 0
|
||||||
newAc.Float = 0
|
newAc.Float = 0
|
||||||
newAc.Double = 0
|
newAc.Double = 0
|
||||||
|
|
Loading…
Reference in New Issue