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>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Authors>YeXiangQin</Authors>
<Description>打造 .NETCore 最方便的 ORMDbFirst 与 CodeFirst 混合使用,提供从实体同步数据库,或者从数据库生成实体代码,支持 MySql/SqlServer/PostgreSQL/Oracle/Sqlite 数据库。</Description>