Skip to content

BulkCopy inserts binary data incorrectly #816

@MaceWindu

Description

@MaceWindu

During implementation of BulkCopy support in linq2db we found out that binary types inserted incorrectly using BulkCopy API (other types seems to work).

Looks like inserted data inserted like binary -> hex string -> binary:

insert: byte[3] { 1, 2, 3 }
in db: byte[6] { 48, 49, 48, 50, 48, 51 } // "010203"

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions