ushahidi / Ushahidi_Android

[Deprecated] Ushahidi Android app For Ushahidi V2.x.x. Working on V3.x.x at
https://github.com/ushahidi/platform-android/
GNU Lesser General Public License v3.0
202 stars 153 forks source link

Filter By Categories Broken #147

Closed eyedol closed 11 years ago

eyedol commented 11 years ago

This was reported on the mobile and skype dev chat by one Amira. Stack trace here

android.database.sqlite.SQLiteException: 
ambiguous column name:pending:,
while compiling:SELECT*FROM incidents reports INNER JOIN report_category cats ON reports.incidents_id=cats.report_id WHERE cats.category_id=?AND cats.pending=?AND pending=?ORDER BY incident_title DESC
at android.database.sqlite.SQLiteCompileSql.native_compile(Native Method)