-
-
Notifications
You must be signed in to change notification settings - Fork 315
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
Z.EntityFramework.Plus.EFCore: Postgres database, JSONB data type and FutureValue (InvalidCastException) #688
Comments
Hello @thebestgin , Do you think you could provide a runnable project sample for this issue? It will help my developer to get started to investigate it faster and make sure nothing is missing. Providing a project sample is now REQUIRED. It happened too many times that something was missing to investigate and/or answer an issue. Try to create a new project with only the minimal code (having too many non-related codes doesn’t help either). You can send it to [email protected] if you need to keep the source private Best Regards, Jon Sponsorship Performance Libraries Runtime Evaluation |
Sounds good. I will prepare an executable ASP Core Visual Studio project. |
Hello @thebestgin A simple reminder that we are here to assist you! Don't hesitate to send your runnable project sample to our support team [email protected] Best regards, Jon |
Hello Jon, I have programmed an example project for you. In the sample project everything works fine. I first have to figure out what is different in my big project. Thank you for your support. |
Hello Jon, I have reproduced the error. This is the reason of the error With two futureValues the error occurs. |
Thank a lot, My developer will look at this. |
Do you have plans to make this feature available? |
Unfortunately, we have currently way more requests than we can handle during the summer. This request is currently in a pending state on our side. Once we complete all the current requests, we will look at this list but for this moment, there is no short-term plan to make it happens. That's unfortunately impossible due to resource/time available ;( |
Hi, @JonathanMagnan Here is another example of an error related to postgres json mapping:
|
Hi @JonathanMagnan, Your paid Entity Framework Extension Library has the same problem with the jsonb / json data type in FutureAction. We want to use Entity Framework Plus / Extension for our next products. I hope for a solution. Then we will invest in your paid Entity Framework Extension library. Many thanks for your effort. |
Hello @thebestgin , The In fact,
|
I have the exact same problem. M |
Thank you for reaching out to ZZZ Projects, due to the holiday vacation we will have limited email access which may cause some delays from December 23 to January 2. |
Unfortunately not. There are only ugly workarounds. Maybe it is worth to open the issue in the Postgres community. |
Solution in #812 |
Hi,
I have a problem with Z.EntityFramework.Plus.EFCore in combination with Postgres database, JSONB data type and EFPlus FutureValue.
I got this exeption: System.InvalidCastException: 'Unable to cast object of type 'System.String' to type
Is there any change to fix the problem?
The text was updated successfully, but these errors were encountered: