question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Hi,

I got crash logs from the Google Play Store telling me this:

Caused by: android.database.sqlite.SQLiteException: no such table: A (code 1): , while compiling: SELECT * FROM A WHERE pathlocal <> '' ORDER BY ID DESC
at android.database.sqlite.SQLiteConnection.nativePrepareStatement(Native Method)
at android.database.sqlite.SQLiteConnection.acquirePreparedStatement(SQLiteConnection.java:889)
at android.database.sqlite.SQLiteConnection.prepare(SQLiteConnection.java:500)
at android.database.sqlite.SQLiteSession.prepare(SQLiteSession.java:588)
at android.database.sqlite.SQLiteProgram.<init>(SQLiteProgram.java:58)
at android.database.sqlite.SQLiteQuery.<init>(SQLiteQuery.java:37)
at android.database.sqlite.SQLiteDirectCursorDriver.query(SQLiteDirectCursorDriver.java:44)
at android.database.sqlite.SQLiteDatabase.rawQueryWithFactory(SQLiteDatabase.java:1316)
at android.database.sqlite.SQLiteDatabase.rawQuery(SQLiteDatabase.java:1255)

And indeed there is no table A. Sugar ORM runs fine on my test devices. An alpha user got this after updating from play store. Any guesses where the A comes from?

Issue Analytics

  • State:closed
  • Created 8 years ago
  • Comments:9 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
black-snowcommented, Apr 16, 2015

Ah, wait a second, I think it’s due to proguard obfuscating stuff - let me check that.

0reactions
sibeliuscommented, Dec 2, 2015

proguard related issues

Read more comments on GitHub >

github_iconTop Results From Across the Web

python - "no such table" exception - Stack Overflow
To fix this error just change "django.contrib.admin" in INSTALLED_APPS to "django.contrib.admin.apps.SimpleAdminConfig" , it will prevent "django.contrib.admin" ...
Read more >
error - no such table - Using Django
I'm trying to make an e-mail authorization and get an error when creating superuser. What's wrong? application 'www' models.py. from django.
Read more >
SQLite 'no such table: json_each' error during notification check
niko: Hi, we just witnessed an error when running a prefect task locally on a windows 11 machine. This error is not popping...
Read more >
SQLite "No Such Table" But table exists : r/SQL - Reddit
I know bugger all about SQLite, but my first guess would be that the user connecting to the DB doesn't have read access...
Read more >
django db utils OperationalError no such table - YouTube
We upload simple errors while doing the Django project. Please SUBSCRIBE to support us. We will help you to find your errors.django error...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found