JetEntityFrameworkProvider icon indicating copy to clipboard operation
JetEntityFrameworkProvider copied to clipboard

Mod operation syntax error

Open shazam19 opened this issue 5 years ago • 0 comments

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.

shazam19 avatar Sep 27 '20 13:09 shazam19