-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Labels
Description
I have a linq query that includes a mod operation. But when it gets translated to SQL query it returns the wrong syntax. Instead of using mod it uses % that results in syntax error when I try to run the query.
Here's the S.O link for details and code example. Seems like this is a bug.