mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2026-01-28 11:11:32 +08:00
Update TDengine
This commit is contained in:
@@ -252,7 +252,7 @@ namespace SqlSugar.TDengine
|
||||
|
||||
private STableAttribute GetCommonSTableAttribute(STableAttribute sTableAttribute)
|
||||
{
|
||||
return sTableAttribute;
|
||||
return SqlSugar.TDengine.UtilMethods.GetCommonSTableAttribute(this.Context, sTableAttribute);
|
||||
}
|
||||
public string GetDatabaseTypeName(string typeName)
|
||||
{
|
||||
|
||||
@@ -495,7 +495,7 @@ namespace SqlSugar.TDengine
|
||||
|
||||
private STableAttribute GetCommonSTableAttribute(STableAttribute sTableAttribute)
|
||||
{
|
||||
return sTableAttribute;
|
||||
return SqlSugar.TDengine.UtilMethods.GetCommonSTableAttribute(this.Context, sTableAttribute);
|
||||
}
|
||||
|
||||
public override List<DbColumnInfo> GetColumnInfosByTableName(string tableName, bool isCache = true)
|
||||
|
||||
@@ -126,7 +126,7 @@ namespace SqlSugar
|
||||
}
|
||||
private STableAttribute GetCommonSTableAttribute(STableAttribute sTableAttribute)
|
||||
{
|
||||
return sTableAttribute;
|
||||
return SqlSugar.TDengine.UtilMethods.GetCommonSTableAttribute(this.Context,sTableAttribute);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user