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
Expected behavior
Support of the IMAGE column type(typeImage) in the functions types.go
func makeDecl(ti typeInfo) string
and bulkcopy.go
func (b *Bulk) makeParam(val DataValue, col columnStruct) (res param, err error)
Further technical details
SQL Server version: SQL Server 2019
Operating system: Windows 2019
The text was updated successfully, but these errors were encountered:
Describe the bug
I get this error message when I try to copy a table with an IMAGE column
Expected behavior
Support of the IMAGE column type(typeImage) in the functions
types.go
func makeDecl(ti typeInfo) string
and
bulkcopy.go
func (b *Bulk) makeParam(val DataValue, col columnStruct) (res param, err error)
Further technical details
SQL Server version: SQL Server 2019
Operating system: Windows 2019
The text was updated successfully, but these errors were encountered: