-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BulkInsert Exception using NpgSql and jsonb in .NET 8 #560
Comments
Hello @rabberbock , Thank you for reporting, we will look at it. Best Regards, Jon |
Hello @rabberbock , Here is a small update: We have found the issue and know how to fix it. However, that's not an easy fix, as we need to look at the logic about how EF Core is currently transforming entity into json (they have their own json writer inside the EF Core code for this). So that's definitely something we will look to support, but the fix might come more in January. Best Regards, Jon |
@JonathanMagnan Thanks for the update! Looking forward to that fix, thanks! |
@JonathanMagnan Just curious if you had any updates on your end on this. Thanks! |
Hello @rabberbock , We are currently completing our top priority (it should be completed by Friday). Fixing this Best Regards, Jon |
@JonathanMagnan Just wanted to check in to see if you have an idea when this will be completed? Thanks either way! |
Hello @rabberbock , A new version has been released a few hours ago. I will make the release notes later, but you can already try the latest version. It's still not 100% perfect (we are still working on more complex scenarios such as I will let you know more soon. Best Regards, Jon |
@JonathanMagnan Awesome, thanks for the update! Will let you know if we run into any issues. |
Awesome @rabberbock , You can see the release note here, but there is not much additional information besides what I just said. Sure, we will be happy to look at it and try to support it if you run into any issues. We are still working on the ToJson Mapping for the more complex scenario. Best Regards, Jon |
Hello @rabberbock, Since our last conversation, we haven't heard from you. Let me know if you need more information. Best regards, |
@JonathanMagnan I did a quick test and I am still running into issues, will post with more relevant details when I get a chance. My guess is that we will need the more complex scenario support. Thanks! |
Hello @rabberbock, Any updates? Let me know if you need further assistance. Best regards, Jon |
@JonathanMagnan Sorry for the delay! Just got around to doing some testing and all errors I got were ef issues not related to this library. So everything seems to working great after this update. Thanks! |
Description
Bulk Insert throws an exception when the entity has a jsonb column. The jsonb column mapping is set in OnModelCreating.
Exception
Fiddle or Project (Optional)
https://github.com/rabberbock/BulkInsertJsonb/tree/master
Further technical details
Thanks in advance with you help with this. Thanks!
The text was updated successfully, but these errors were encountered: