You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
//^^ not necessarely bad, but is currently inconsistent with all other day graphs
12332
+
root["result"][ii]["d"] = LastDateTime + ":00";
12331
12333
12332
12334
long long ulTotalValue = ulLastValue - ulFirstValue;
12333
12335
if (ulTotalValue == 0)
@@ -14013,37 +14015,46 @@ namespace http {
14013
14015
vdiv = 1000.0f;
14014
14016
}
14015
14017
14016
-
result = m_sql.safe_query("SELECT Value1,Value2,Date FROM %s WHERE (DeviceRowID==%llu AND Date>='%q' AND Date<='%q') ORDER BY Date ASC", dbasetable.c_str(), idx, szDateStart, szDateEnd);
14018
+
result = m_sql.safe_query("SELECT Value1,Value2,Value3,Date FROM %s WHERE (DeviceRowID==%llu AND Date>='%q' AND Date<='%q') ORDER BY Date ASC", dbasetable.c_str(), idx, szDateStart, szDateEnd);
0 commit comments