You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Access sqlserver database through odbc, a table with non-null string field,
when the field's value is empty string, it will return null when retrieve it's
value.
It is caused by line 134 of file "column.go". When enter BaseColumn.Value, it
should not be null, because line 232 of file "column.go" filter out null
situation.
Modify line 134 of file "column.go" to 'return "", nil' can solve this problem.
Original issue reported on code.google.com by guota...@gmail.com on 27 Apr 2014 at 2:54
Original issue reported on code.google.com by
guota...@gmail.com
on 27 Apr 2014 at 2:54The text was updated successfully, but these errors were encountered: