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
I found BulkInsert ignore value conversion when it handle owned entities. Seems version 6.5.3 had fixed a part of this problem. In 6.5.3 and above BulkInsert will take custom value conversion in account but EF have some built-in value conversion that can be used by Type directly and BulkInsert still ignore it. Although we can use explicit value conversion, it will be good that BulkInsert try to be consistent with EF.
I found BulkInsert ignore value conversion when it handle owned entities. Seems version 6.5.3 had fixed a part of this problem. In 6.5.3 and above BulkInsert will take custom value conversion in account but EF have some built-in value conversion that can be used by Type directly and BulkInsert still ignore it. Although we can use explicit value conversion, it will be good that BulkInsert try to be consistent with EF.
The text was updated successfully, but these errors were encountered: