Bug: BulkInsert doesn't use PropertyHandler #1008
Labels
bug
Something isn't working
enhancement
New feature or request
known-bug
A known-bug that has been a part of the release.
pre-discussed
Pre-discussed and/or pre-collaborated with the reported
todo
Things to be done in the future
Bug Description
I wrote a PropertyHandler to convert TimeSpan-(Ticks) to (db-)bigint.
On InsertAsync() PropertyHandlers works fine.
On BulkInsertAsync() PropertyHandlers aren't used.
Example: RepoDb v1.12.9 (also 1.12.10-beta4) and RepoDb.SqlServer v1.1.4 (1.1.5-beta3) and SqlServer.BulkOperations 1.1.5 (also 1.1.6-beta1)
The text was updated successfully, but these errors were encountered: