-
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.
优化sql解析格式化,修复特殊关键字未进行格式化造成的错误bug;更新版本号为1.0.3.6;
- Loading branch information
Showing
6 changed files
with
155 additions
and
132 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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
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,15 +2,15 @@ | |
|
||
<PropertyGroup> | ||
<TargetFramework>netstandard2.0</TargetFramework> | ||
<AssemblyVersion>1.0.3.5</AssemblyVersion> | ||
<AssemblyVersion>1.0.3.6</AssemblyVersion> | ||
<Authors>张强</Authors> | ||
<Version>1.0.3.5</Version> | ||
<Version>1.0.3.6</Version> | ||
<GeneratePackageOnBuild>true</GeneratePackageOnBuild> | ||
<Description>Expression表达式转换为SQL语句,支持SqlServer、MySQL、Oracle、SQLite、PostgreSQL</Description> | ||
<Description>Expression表达式转换为SQL语句,支持SqlServer、MySQL、Oracle、SQLite、PostgreSQL;基于Dapper实现了不同数据库对应的数据仓储Repository;</Description> | ||
<Copyright>Copyright © 2018-2020 , 张强 [email protected]</Copyright> | ||
<PackageId>Zq.SQLBuilder.Core</PackageId> | ||
<PackageReleaseNotes>1.修复部分情况下Contains方法解析异常bug;</PackageReleaseNotes> | ||
<FileVersion>1.0.3.5</FileVersion> | ||
<PackageReleaseNotes>1.优化sql解析格式化,修复特殊关键字未进行格式化造成的错误bug;</PackageReleaseNotes> | ||
<FileVersion>1.0.3.6</FileVersion> | ||
<PackageProjectUrl>https://github.com/zqlovejyc/SQLBuilder.Core</PackageProjectUrl> | ||
</PropertyGroup> | ||
|
||
|
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