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

Check for NULL values before believing the column type. #15

Closed andybalholm closed 10 years ago

andybalholm commented 10 years ago

No matter what type the column says it is, the value could be a NULL, so we need to check the variant type first. Otherwise we read nonsense data.

mattn commented 10 years ago

Thank you