bailoo / itrack

Location Tracking for Everyone
3 stars 2 forks source link

Bug: dates not in descending order #49

Open bailoo opened 9 years ago

bailoo commented 9 years ago

In the current schema, dtime or stime is in descending order by default but dates are not. When querying using dates IN, it returns dates in ascending order.

bailoo commented 9 years ago

Bug temporarily fixed with patch to query multiple with dates in descending order. Let me know if this works.

However, the application does not need descending order anywhere. Therefore, all existing data will be bulk reloaded in ascending order and schema will be changed. Then this bugfix will not be needed anymore.