edamascus

Results 5 comments of edamascus

Converting the `value` retrieved from the `values` array to a string solved the issue and the SQL was translated properly: ``` string[] values = new[] {"one", "two", "three", "four"}; var...

@maumar, the current version of EF Core I am using is `8.0.0`. I haven't updated to `8.0.4`, as I checked the [latest release notes](https://github.com/dotnet/efcore/releases/tag/v8.0.4) and did not find anything directly...

@maumar, I had to simplify the actual code which I am having trouble with in order to report the issue. When declaring the `value` variable I am doing a null...

@roji, my fault for missing out the important part which caused the issue. The problem exists in versions `8.0.0` and `8.0.4` with the following query (which includes the ternary operator):...

Not sure if this is related. But the same code fails with the following exception when `item.value` is actually null (it works well when it is not null): > Microsoft.Data.SqlClient.SqlException...