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
Describe the bug
Since upgrading from v1.7.0 to v1.7.1, the bulkimport function no longer supports nullable types. I receive the following error when attempting to import:
bulkcopy: mssql: invalid type for float column: sql.NullFloat64{%!s(float64=0) %!s(bool=true)}
I believe this issue was introduced following the changes made in pull request #179. I am willing to create a PR to address and fix this issue if needed.
The text was updated successfully, but these errors were encountered:
Describe the bug
Since upgrading from v1.7.0 to v1.7.1, the
bulkimport
function no longer supports nullable types. I receive the following error when attempting to import:I believe this issue was introduced following the changes made in pull request #179. I am willing to create a PR to address and fix this issue if needed.
The text was updated successfully, but these errors were encountered: