-
Notifications
You must be signed in to change notification settings - Fork 189
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
"ORA-00936: missing expression" error when using latest Oracle.EntityFrameworkCore 9.23.60 and .net 9.0.1 #438
Comments
Can you share the SQL generated during the Oracle EF Core 8.23.60 run? What is the difference between the two SELECT statements in Oracle EF Core 9 and 8? |
I filed bug 37518067 to have the Oracle EF Core dev team look into this issue. |
We encountered the same issue after updating to Oracle.EntityFrameworkCore version 9.23.60. |
@tegrit-joe-trupiano and @jomaxso, Could either of you provide a console application with EF model classes and model configuration that reproduces the issue? You can upload the code to this thread or email it to dotnet_us(at)oracle.com. Thanks! |
Full example - run the app and the console will output the problem query. |
Does not work on.
Oracle.EntityFrameworkCore 9.23.60
.NET 9.0.1
Worked on.
Oracle.EntityFrameworkCore 8.23.60
.NET 8.0.11
This query worked before moving to latest Oracle.ManagedDataAccess.Client and .net9.
Query in question from Debug view
Code used the generate query
Trace files set to TraceLevel = 7
APPLICATION.EXE_PID_32892_DATE_2025_01_23_TIME_14_16_44_560915.txt
The text was updated successfully, but these errors were encountered: