How to set UseCompatibilityLevel in LINQPad8
Options
is it possible to set CompatibilityLevel when targeting EF Core 8 rc2? I'm using database with compatability level set to 110 and because of that EF Core generates incorrect SQL
Comments
-
Are you referring to the dynamic EF Core driver? If so, this will be supported in the next update.
-
Try the latest beta:
https://www.linqpad.net/LINQPad8.aspx -
It works, thanks!