-
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.
- Loading branch information
Showing
26 changed files
with
6 additions
and
4 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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,17 @@ | |
|
||
<PropertyGroup> | ||
<TargetFramework>netstandard2.0</TargetFramework> | ||
<AssemblyVersion>1.0.4.0</AssemblyVersion> | ||
<AssemblyVersion>1.0.4.1</AssemblyVersion> | ||
<Authors>张强</Authors> | ||
<Version>1.0.4.0</Version> | ||
<Version>1.0.4.1</Version> | ||
<GeneratePackageOnBuild>true</GeneratePackageOnBuild> | ||
<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.修复复杂查询嵌套情况解析sql错误bug;</PackageReleaseNotes> | ||
<FileVersion>1.0.4.0</FileVersion> | ||
<PackageReleaseNotes>1.优化AndWhere和OrWhere方法,把整个拼接条件解析成一个整体条件; | ||
2.修复GroupBy语法根据单个实体属性分组,解析slq多出逗号bug; | ||
3.SqlBuilder方法添加IsEnableFormat参数,仓储添加IsEnableFormat属性,支持更加灵活的对表名和列名是否启用格式化;</PackageReleaseNotes> | ||
<FileVersion>1.0.4.1</FileVersion> | ||
<PackageProjectUrl>https://github.com/zqlovejyc/SQLBuilder.Core</PackageProjectUrl> | ||
</PropertyGroup> | ||
|
||
|