mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-04-05 17:37:58 +08:00
Optimize simple associative tables
This commit is contained in:
parent
58ee2f8f1c
commit
0d9c84dd00
@ -909,6 +909,10 @@ namespace SqlSugar
|
||||
{
|
||||
pre = Builder.GetTranslationColumnName(TableShortName) + ".";
|
||||
}
|
||||
else if (this.EasyJoinInfos?.Count>0 && this.EasyJoinInfos.Any(it => TableShortName.HasValue()))
|
||||
{
|
||||
pre = Builder.GetTranslationColumnName(TableShortName) + ".";
|
||||
}
|
||||
var columns = this.Context.EntityMaintenance.GetEntityInfo(this.EntityType).Columns.Where(it => !it.IsIgnore);
|
||||
if (this.IgnoreColumns.HasValue())
|
||||
{
|
||||
|
@ -1,34 +0,0 @@
|
||||
<?xml version="1.0"?>
|
||||
<package >
|
||||
<metadata>
|
||||
<id>SqlSugarCore</id>
|
||||
<version>5.1.4.155-preview18</version>
|
||||
<authors>sunkaixuan</authors>
|
||||
<owners>果糖大数据科技</owners>
|
||||
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0.html</licenseUrl>
|
||||
<projectUrl>https://github.com/sunkaixuan/SqlSugar</projectUrl>
|
||||
<iconUrl>https://secure.gravatar.com/avatar/a82c03402497b2e58fd65038a3699b30</iconUrl>
|
||||
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
||||
<description>.Net Core3.1 .Net5 .Net6 .Net7 .Net8 安装此版本,好用的ORM框架 ,支持国外主流和国产人大金仓达梦 OceanBase GaussDB QuestDb ClickHouse Oracle MySql Gbase8s SqlServer Sqlite 等, 使用教程:https://www.donet5.com/Home/Doc?typeId=1226</description>
|
||||
<copyright>Copyright 2016</copyright>
|
||||
<tags>SqlSugar Sql Sugar core Asp.net core orm 达梦 金仓 人大金仓 QuestDb ClickHouse Oracle MySql OceanBase GaussDB SqlServer Sqlite Tidb Vastbase 神舟通用 神通数据库 ShenTong Oscar PolarDB Doris Gbase 华为 OpenGauss</tags>
|
||||
<dependencies>
|
||||
<group targetFramework=".NETStandard2.1">
|
||||
<dependency id="System.Data.Common" version="4.3.0" />
|
||||
<dependency id="Microsoft.Data.SqlClient" version="2.1.7" />
|
||||
<dependency id="Newtonsoft.Json" version="13.0.2" />
|
||||
<dependency id="Microsoft.Data.Sqlite" version="8.0.1" />
|
||||
<dependency id="System.Reflection.Emit.Lightweight" version="4.3.0" />
|
||||
<dependency id="MySqlConnector" version="2.2.5" />
|
||||
<dependency id="Oracle.ManagedDataAccess.Core" version="3.21.100" />
|
||||
<dependency id="Npgsql" version="8.0.3" />
|
||||
<dependency id="SqlSugarCore.Dm" version="1.3" />
|
||||
<dependency id="SqlSugarCore.Kdbndp" version="9.3.6.411" />
|
||||
<dependency id="Oscar.Data.SqlClient" version="4.0.4" />
|
||||
</group>
|
||||
</dependencies>
|
||||
</metadata>
|
||||
<files>
|
||||
<file src="G:\Git\SqlSugar\Src\Asp.NetCore2\SqlSugar\bin\Debug\netstandard2.1\SqlSugar.dll" target="lib\netstandard2.1"></file>
|
||||
</files>
|
||||
</package>
|
Loading…
Reference in New Issue
Block a user