Skip to content

Commit

Permalink
[22.3.1] Fix for the SQL error when using the Tagged Tours view (#512)
Browse files Browse the repository at this point in the history
  • Loading branch information
FJBDev committed Apr 12, 2022
1 parent 220ed7e commit 6f5ff84
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public abstract class TVITagViewItem extends TreeViewerItem {

+ "avgPulse," // 8 //$NON-NLS-1$
+ "avgCadence," // 9 //$NON-NLS-1$
+ "(DOUBLE(AvgTemperature) / TemperatureScale)," // 10 //$NON-NLS-1$
+ "(DOUBLE(weather_Temperature_Average_Device) / TemperatureScale)," // 10 //$NON-NLS-1$
+ "TourDeviceTime_Recorded" // 11 //$NON-NLS-1$
;
}
Expand Down

0 comments on commit 6f5ff84

Please sign in to comment.