ben-garside / XCP

XML Content Pipelining
0 stars 0 forks source link

pseudo stream IDs should not be in tracker #116

Closed ben-garside closed 8 years ago

ben-garside commented 8 years ago

All items that failed stream allocation (Stream ID >= 90) should not be in activity tracker.

This means that the activity.data API needs its SQL changing (this issue came from the death of the allData view in the database).

ben-garside commented 8 years ago

updated SQL in both activity.data and activity.count API to exclude any item with a stream id in the pseudo range (<= 90)

VermaBSI commented 8 years ago

As per my last comment to #117 , this looks done to me.