An open API service indexing awesome lists of open source software.

https://github.com/mathroule/room-test-application


https://github.com/mathroule/room-test-application

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# room-test-application

Branch `master` is OK. But branch `room-group-issue` give compilation error:
```
Error:(14, 33) error: There is a problem with the query: [SQLITE_ERROR] SQL error or missing database (near "group": syntax error)
```

It's due to a column named group which is not correctly escaped in nested relation in file `com.test.mathroule.myapplication.database.mapping.User`.

## Update of march 5, 2018
This bug has been fixed in Room version 1.1.0-alpha3, see: https://issuetracker.google.com/issues/74052851.