Update TDengine

This commit is contained in:
sunkaixuan
2023-08-08 19:17:54 +08:00
parent da1c86f02e
commit b5956d5271
2 changed files with 6 additions and 235 deletions

View File

@@ -24,8 +24,7 @@ namespace OrmTest
{
OnLogExecuting = (sql, p) =>
{
Console.WriteLine(sql);
Console.WriteLine(string.Join(",", p?.Select(it => it.ParameterName + ":" + it.Value)));
Console.WriteLine(UtilMethods.GetNativeSql(sql,p));
}
}
});