Open
Description
Bug Description
I wrote a PropertyHandler to convert TimeSpan-(Ticks) to (db-)bigint.
On InsertAsync() PropertyHandlers works fine.
On BulkInsertAsync() PropertyHandlers aren't used.
FluentMapper.Entity<TABLE>().PropertyHandler<PropertyHandlerTimeSpan>(p => p.Duration);
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)