Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No such column "ENABLED" #24

Closed
Adam8234 opened this issue Feb 2, 2017 · 0 comments
Closed

No such column "ENABLED" #24

Adam8234 opened this issue Feb 2, 2017 · 0 comments
Milestone

Comments

@Adam8234
Copy link
Contributor

Adam8234 commented Feb 2, 2017

android.database.sqlite.SQLiteException: no such column: T.ENABLED (code 1): , while compiling: SELECT T."_id",T."NAME",T."CATEGORY",T."TYPE",T."DATA",T."GAME_ID",T."ENABLED" FROM "METRIC" T WHERE T."CATEGORY"=? AND T."GAME_ID"=? AND T."ENABLED"=? at android.database.sqlite.SQLiteConnection.nativePrepareStatement(SQLiteConnection.java)

com.team2052.frckrawler.fragments.scout.ScoutMatchFragment.lambda$new$0 (ScoutMatchFragment.java:48)
com.team2052.frckrawler.fragments.scout.ScoutMatchFragment$$Lambda$2.call ()

Check every boot if the column doesn't exist to create it

@Adam8234 Adam8234 added this to the Week 1 milestone Feb 2, 2017
Adam8234 added a commit that referenced this issue Feb 9, 2017
@Adam8234 Adam8234 closed this as completed Feb 9, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant