|
@@ -145,6 +145,7 @@ namespace HealthMonitor.Service.Biz.db |
|
|
// //TDengine.Options((int)TDengineInitOption.TSDB_OPTION_CONFIGDIR, configDir); |
|
|
// //TDengine.Options((int)TDengineInitOption.TSDB_OPTION_CONFIGDIR, configDir); |
|
|
// TDengine.Options((int)TDengineInitOption.TSDB_OPTION_TIMEZONE, "Asia/Beijing"); |
|
|
// TDengine.Options((int)TDengineInitOption.TSDB_OPTION_TIMEZONE, "Asia/Beijing"); |
|
|
//#endif |
|
|
//#endif |
|
|
|
|
|
_logger.LogInformation($"Insert SQL: {sql}"); |
|
|
IntPtr res = TDengine.Query(conn, sql); |
|
|
IntPtr res = TDengine.Query(conn, sql); |
|
|
CheckRes(conn, res, "failed to insert data"); |
|
|
CheckRes(conn, res, "failed to insert data"); |
|
|
int affectedRows = TDengine.AffectRows(res); |
|
|
int affectedRows = TDengine.AffectRows(res); |
|
|