You are on page 1of 1

Warning:Exception time: 2017-12-31 22:32:33

android.database.sqlite.SQLiteException: no such column: sms.type (code 1): , while


compiling: SELECT _id, thread_id, address, date, read, status, type, subject, body,
service_center, locked FROM sms_restricted WHERE ( thread_id is not null and
address is not null and (sms.type=1 or sms.type=2) ) ORDER BY date
#################################################################
Error Code : 1 (SQLITE_ERROR)
Caused By : SQL(query) error or missing database.
(no such column: sms.type (code 1): , while compiling: SELECT _id, thread_id,
address, date, read, status, type, subject, body, service_center, locked FROM
sms_restricted WHERE ( thread_id is not null and address is not null and
(sms.type=1 or sms.type=2) ) ORDER BY date)
#################################################################
at
android.database.DatabaseUtils.readExceptionFromParcel(DatabaseUtils.java:179)
at
android.database.DatabaseUtils.readExceptionFromParcel(DatabaseUtils.java:135)
at android.content.ContentProviderProxy.query(ContentProviderNative.java:421)
at android.content.ContentResolver.query(ContentResolver.java:536)
at android.content.ContentResolver.query(ContentResolver.java:478)
at com.lenovo.anyshare.ats.a(Unknown Source)
at com.lenovo.anyshare.ats.a(Unknown Source)
at com.lenovo.anyshare.atv.j(Unknown Source)
at com.lenovo.anyshare.atv.a(Unknown Source)
at com.lenovo.anyshare.aqs.d(Unknown Source)
at com.lenovo.anyshare.apj.run(Unknown Source)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1133)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:607)
at java.lang.Thread.run(Thread.java:762)

You might also like