Linq to MySQL generates invalid SQL
Options
I wrote some LINQ which resulted in a CROSS APPLY being used.
MySQL doesn't support CROSS APPLY ....
Comments
-
What driver are you using?
-
@NetMage said:
What driver are you using?The built in IQ Driver from LinqPad