Closed HeikoAdams closed 4 years ago
Good catch, I'll fix that today. I'll turn the version into a number and then simply do a greater than. For now I guess you can temporarily set your version to 2008 and it should work. Also, check out what's coming ...
See => SQL "Over" methods and "out var" support for aliased columns
This has been fixed in the SqlServer provider, 2020.2.1.0 which was just pushed, also, it supports the new OVER syntax, see the home page for OVER examples
Hi, when using
DatabaseVersion = "2012"
as noticed in the project description saving data raises the exception from the title because inProviders\EntitySpaces.SqlClientProvider\Shared.cs
the version check is only forif (request.DatabaseVersion == "2005" || request.DatabaseVersion == "2008")
(line 360 and 490).