-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
IDataReader新增扩展方法ToDataSet和ToDynamics;
- Loading branch information
Showing
2 changed files
with
73 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,18 +2,18 @@ | |
|
||
<PropertyGroup> | ||
<TargetFramework>netstandard2.0</TargetFramework> | ||
<AssemblyVersion>1.0.1.9</AssemblyVersion> | ||
<AssemblyVersion>1.0.2.0</AssemblyVersion> | ||
<Authors>张强</Authors> | ||
<Version>1.0.1.9</Version> | ||
<Version>1.0.2.0</Version> | ||
<GeneratePackageOnBuild>true</GeneratePackageOnBuild> | ||
<Description>Expression表达式转换为SQL语句,支持SqlServer、MySQL、Oracle、SQLite、PostgreSQL</Description> | ||
<Copyright>Copyright © 2018 , 张强 [email protected]</Copyright> | ||
<PackageIconUrl>https://zqlovejyc.gitee.io/zqutils-js/Images/SQL.png</PackageIconUrl> | ||
<PackageId>Zq.SQLBuilder.Core</PackageId> | ||
<PackageReleaseNotes>1.更新Npgsql版本; | ||
<PackageReleaseNotes>1.修复OracleRepository仓储FindListAsync方法sql拼写错误; | ||
|
||
2.修复仓储Update一个重载方法BUG;</PackageReleaseNotes> | ||
<FileVersion>1.0.1.9</FileVersion> | ||
2.IDataReader新增扩展方法ToDataSet和ToListDynamics;</PackageReleaseNotes> | ||
<FileVersion>1.0.2.0</FileVersion> | ||
</PropertyGroup> | ||
|
||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'"> | ||
|