Update Oracle Diff

This commit is contained in:
sunkaixuan 2025-02-12 11:53:08 +08:00
parent 68796d2544
commit 6fe64b51dc
2 changed files with 2 additions and 2 deletions

View File

@ -594,7 +594,7 @@ WHERE table_name = '"+tableName+"'");
this.Context.Ado.IsEnableLogEvent = oldIsEnableLog;
return pks;
});
return comments.HasValue() ? comments.First(it => it.DbColumnName.Equals(filedName, StringComparison.CurrentCultureIgnoreCase)).ColumnDescription : "";
return comments.HasValue() ? comments.FirstOrDefault(it => it.DbColumnName.EqualCase(filedName))?.ColumnDescription : "";
}

View File

@ -2,7 +2,7 @@
<package >
<metadata>
<id>SqlSugarCore</id>
<version>5.1.4.176-preview15</version>
<version>5.1.4.176-preview17</version>
<authors>sunkaixuan</authors>
<owners>果糖大数据科技</owners>
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0.html</licenseUrl>