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 have an entity with an enum property that is saved as a string in the database. Because the database string contains space and diacrtitics signs I have created an IPropertyHandler that maps between the string and the enum both for Set and Get.
It works well if I read and write single records but if I use the BulkInsert function the correct string is not saved instead it is the enum part.
Is it normal?
I am using RepoDb.SqlServer.BulkOperations 1.1.6-beta1 on Windows 11 VS 2022.
The text was updated successfully, but these errors were encountered:
I have an entity with an enum property that is saved as a string in the database. Because the database string contains space and diacrtitics signs I have created an IPropertyHandler that maps between the string and the enum both for Set and Get.
It works well if I read and write single records but if I use the BulkInsert function the correct string is not saved instead it is the enum part.
Is it normal?
I am using RepoDb.SqlServer.BulkOperations 1.1.6-beta1 on Windows 11 VS 2022.
The text was updated successfully, but these errors were encountered: