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

must annotate primary keys with @NonNull #830

Open
CMingTseng opened this issue Jan 4, 2021 · 1 comment
Open

must annotate primary keys with @NonNull #830

CMingTseng opened this issue Jan 4, 2021 · 1 comment
Labels
bug Something isn't working welcome contribute

Comments

@CMingTseng
Copy link

You must annotate primary keys with @nonnull. "repoName" is nullable. SQLite considers this a bug and Room does not allow it. See SQLite docs for details: https://www.sqlite.org/lang_createtable.html - repoName in com.android.example.model.Contributorerror: You must annotate primary keys with @nonnull. "repoOwner" is nullable. SQLite considers this a bug and Room does not allow it. See SQLite docs for details: https://www.sqlite.org/lang_createtable.html - repoOwner in com.android.example.model.Contributor[WARN] Incremental annotation processing requested, but support is disabled because the following processors are not incremental: androidx.room.RoomProcessor (DYNAMIC).

@CMingTseng CMingTseng added the bug Something isn't working label Jan 4, 2021
@takahirom
Copy link
Member

Thank you! Tag this issue as welcome contribute.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working welcome contribute
Projects
None yet
Development

No branches or pull requests

2 participants