v0.1.4 判断 SqlServer 服务器版本,选择分页模式 row_number 或 offset fetch next;

This commit is contained in:
28810
2019-02-27 19:16:26 +08:00
parent 3ec5081d1b
commit a3720bf81e
6 changed files with 19 additions and 4 deletions

View File

@ -2,7 +2,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>0.1.3</Version>
<Version>0.1.4</Version>
<Authors>YeXiangQin</Authors>
<Description>FreeSql 通用仓库层现实,支持 MySql/SqlServer/PostgreSQL/Oracle/Sqlite 数据库。</Description>
<PackageProjectUrl>https://github.com/2881099/FreeSql</PackageProjectUrl>