denisenkom / go-mssqldb

Microsoft SQL server driver written in go language
BSD 3-Clause "New" or "Revised" License
1.82k stars 499 forks source link

Bulkcopy doesn't support image, sqlvariant,xml types #741

Open zhanghaiyang9999 opened 2 years ago

zhanghaiyang9999 commented 2 years ago

if the table has a filed type "image", can't use the bulkcopy.

the function makeDecl doesn't support the "image" type.

Describe the bug A clear and concise description of what the bug is.

If you are seeing an exception, include the full exceptions details (message and stack trace).

Exception message:
Stack trace:

To Reproduce Include a complete code listing that we can run to reproduce the issue.

Partial code listings, or multiple fragments of code, will slow down our response or cause us to push the issue back to you to provide code to reproduce the issue.

Expected behavior A clear and concise description of what you expected to happen.

Further technical details

SQL Server version: (e.g. SQL Server 2017) Operating system: (e.g. Windows 2019, Ubuntu 18.04, macOS 10.13, Docker container) Table schema

Additional context Add any other context about the problem here.

zhanghaiyang9999 commented 2 years ago

money int makeParam can't support either

zhanghaiyang9999 commented 2 years ago

will anyone handle this request or issue?