mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-12-26 22:25:49 +08:00
Update core
This commit is contained in:
@@ -318,7 +318,7 @@ namespace SqlSugar
|
||||
bool isIdentity = columns.FirstOrDefault(it => it.DbColumnName.Equals(dataReader.GetString(1),StringComparison.CurrentCultureIgnoreCase)).IsIdentity;
|
||||
DbColumnInfo column = new DbColumnInfo()
|
||||
{
|
||||
TableName = tableName,
|
||||
TableName = this.SqlBuilder.GetNoTranslationColumnName(tableName + ""),
|
||||
DataType = type,
|
||||
IsNullable = !dataReader.GetBoolean(3),
|
||||
IsIdentity = isIdentity,
|
||||
|
||||
Reference in New Issue
Block a user