node-mssql
node-mssql copied to clipboard
Can't write null to varbinary column
Hi,
I can't write null to a varbinary column, that is allowed to contain null values.
Expected behaviour:
Insert null to a varbinary column works without throwing an error.
Actual behaviour:
Error: Implicit conversion from data type nvarchar to varbinary is not allowed. Use the CONVERT function to run this query.
Software versions
- NodeJS: 18.12.02
- node-mssql: 9.1.1
- SQL Server: 18.6
Can you provide some replication code, please?
Can you provide some replication code, please?
I will create a public repo for that.