Fixed
Status Update
Comments
el...@google.com <el...@google.com>
ap...@google.com <ap...@google.com> #2
The error is happening when try to run the tests in `data_room` module.
el...@google.com <el...@google.com>
pa...@gmail.com <pa...@gmail.com> #3
seems like an error in the method writer since it should be marking all parameters final.
Description
Component used: Room Persistence Library Version used: 2.2.5
Here is an example column with a default value using parentheses
This schema fails in onValidateSchema because
PRAGMA table_info(<table>)
returnsstrftime('%s','now') * 1000
fordflt_value
which is then compared to(strftime('%s','now') * 1000)
and so it fails.