mikependon / RepoDB

A hybrid ORM library for .NET.
Apache License 2.0
1.7k stars 125 forks source link

Request: Specify supported SQL Server Versions #1163

Open karli1 opened 1 year ago

karli1 commented 1 year ago

Describe the request

Today it took my quite some time to find out => my problem is that the Sql-statement to get the fields for a table does not execute on my old SQL Server 2008. Tracing does not help, at the end I started the Profiler on the server to see what happens and then I saw the problem.

Describe your wish

I would recommend to either put a check in your code (e.g. on the first run), or may be clearly state in the doc what SQL Server versions you support.