Fixed
Status Update
Comments
da...@google.com <da...@google.com>
ap...@google.com <ap...@google.com> #2
Thanks for filing the issue.
This is a particularly hard device to come by - do you happen to have access to the device? If so could you provide us with the output of: adb shell dumpsys media.camera > info.txt
Thanks!
This is a particularly hard device to come by - do you happen to have access to the device? If so could you provide us with the output of: adb shell dumpsys media.camera > info.txt
Thanks!
Description
Version used: 2.0.0
Devices/Android versions reproduced on: Nexus S / API 28
Room generates a migration, and at the end it has a line that looks like this:
_db.execSQL("INSERT OR REPLACE INTO room_master_table (id,identity_hash) VALUES(SOME_NUMBER, \"LONG_STRING\")");
LONG_STRING is wrapped in double quotes, but it should be wrapped in single quotes. This will avoid generating the error in modern sqlite versions.