amitshekhariitbhu / Android-Debug-Database

A library for debugging android databases and shared preferences - Make Debugging Great Again
https://outcomeschool.com
Apache License 2.0
8.39k stars 872 forks source link

Click on the database table to display "Some Error Occurred" #192

Closed cnobita closed 4 years ago

cnobita commented 4 years ago

Click on the database table to display "Some Error Occurred"

cnobita commented 4 years ago

near "ORDER": syntax error (code 1 SQLITE_ERROR): , while compiling: SELECT * FROM ORDER

cnobita commented 4 years ago

I found that my table name is a problem caused by keywords, and changing the table name solved it