Fixed
Status Update
Comments
el...@google.com <el...@google.com>
ap...@google.com <ap...@google.com> #2
The same happens when trying to install eap versions of the plugin (e.g. 1.1.3-eap-85-Studio3.0-1).
el...@google.com <el...@google.com>
pa...@gmail.com <pa...@gmail.com> #3
Yes, we had to temporarily disable updates. This will be fixed in Canary 5.
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.