Update TDengine

This commit is contained in:
sunkaixuan
2025-02-26 16:17:49 +08:00
parent 6bde63bb39
commit 88eb91b717
3 changed files with 68 additions and 3 deletions

View File

@@ -13,6 +13,7 @@ namespace SqlSugar.TDengine
{
TagInserttable<T> result = new TagInserttable<T>();
result.thisValue = thisValue;
result.Context = ((InsertableProvider<T>)thisValue).Context;
result.getChildTableNamefunc = getChildTableNamefunc;
return result;
}