Hi! First of all, thanks for the package!
I'm trying to improve an insert process using EF7 and .NET 6, and I'm getting the error below when calling DbContext.BulkInsertAsync
Exception: XX000: unsupported jsonb version number 123
My db column is of type jsonb and it's mapped to a string in my model class.
Do you have any suggestions on how I can fix it?
Hi! First of all, thanks for the package! I'm trying to improve an insert process using EF7 and .NET 6, and I'm getting the error below when calling DbContext.BulkInsertAsync
Exception: XX000: unsupported jsonb version number 123
My db column is of type jsonb and it's mapped to a string in my model class. Do you have any suggestions on how I can fix it?