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

SQLiteException on app start #3

Open
ildar2 opened this issue Apr 1, 2016 · 0 comments
Open

SQLiteException on app start #3

ildar2 opened this issue Apr 1, 2016 · 0 comments

Comments

@ildar2
Copy link

ildar2 commented Apr 1, 2016

java.lang.RuntimeException: Unable to create application com.github.pierry.backeasy.BackeasyApp: android.database.sqlite.SQLiteException: near "Order": syntax error (code 1): , while compiling: CREATE TABLE IF NOT EXISTS Order (Id INTEGER PRIMARY KEY AUTOINCREMENT, CreateDate TEXT, User INTEGER REFERENCES User(Id) ON DELETE NO ACTION ON UPDATE NO ACTION);

appears on start, not reaching main view

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