https://github.com/mathroule/room-test-application
https://github.com/mathroule/room-test-application
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mathroule/room-test-application
- Owner: mathroule
- Created: 2018-03-01T12:05:23.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-22T00:04:18.000Z (about 8 years ago)
- Last Synced: 2025-04-05T06:27:39.095Z (about 1 year ago)
- Language: Java
- Size: 126 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.