dotnet / efcore

EF Core is a modern object-database mapper for .NET. It supports LINQ queries, change tracking, updates, and schema migrations.
https://docs.microsoft.com/ef/
MIT License
13.51k stars 3.13k forks source link

Query: Translate byte array.IndexOf #19287

Open smitpatel opened 4 years ago

smitpatel commented 4 years ago

CharIndex over varbinary(max) returns bigint rather than int.

ralmsdeveloper commented 4 years ago

[Edited name] I'm on vacation, and I want to get some things to do, can I start with this one, @roji / @smitpatel any observation?

roji commented 4 years ago

Nothing in particular @ralmsdeveloper, just to pay close attention to specific return types (bigint/int) as @smitpatel wrote above.