mattn / go-adodb

Microsoft ActiveX Object DataBase driver for go that using exp/sql
http://mattn.kaoriya.net/
MIT License
142 stars 36 forks source link

MSSQL "2017-08-15 15:06:46.000" 读取时间时少一秒 #35

Closed dotqi closed 6 years ago

dotqi commented 6 years ago

MSSQL 数据库内字段为时间,值为"2017-08-15 15:06:46.000" 读取后时间时少一秒

mattn commented 6 years ago

fixed in last change.

derit commented 6 years ago

i found same bugs, i'm using mssql 2000 and 2012 and i found same issue example query : SELECT GETDATE() AS dt 2018-10-05 13:07:27.000 <<