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
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:](bulkcopy: mssql: type 6e not implemented)
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.
The text was updated successfully, but these errors were encountered:
I guess this refers to: https://github.com/microsoft/go-mssqldb/blob/main/bulkcopy.go#L524 where money and smallmoney database column types are commented but not supported for INSERT BULK TDS streaming. Note that a precise 8/4byte Go datatype representing money is needed, too, like e.g. int64 where every value is multiplied with 10^4
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).
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.
The text was updated successfully, but these errors were encountered: